Skip to content

njriordan/serverless-notes-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Serverless notes app

Background

This project is a simple note taking app. Once registered, users are able to view and create notes.

Live demo

The live demo is available here.

Features

The project includes the following features:

  • Infrastructure as code, the backend infrastructure is defined in code using the Serverless framework, allowing easy deployment in new environments
  • Microservices architecture, such as an API based on AWS lambda functions and API Gateway, allowing rapid development and scalability.
  • Continuous deployment using Seed.
  • User authentication.
  • Integration with third party APIs such as Stripe for billing.
  • React
  • Unit testing with Jest.

About

Experimenting with Serverless framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published