This project is a simple note taking app. Once registered, users are able to view and create notes.
The live demo is available here.
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.