Hi there, this is a simple repository where I try to implement everything I can that I learned about NodeJS.
Currently, this repository has the following features:
- A simple CRUD to maintain users
- A simple CRUD to maintain places registered by users
- A simple JWT implementation
For now I'm using the followeing technologies:
- MongoDB to save users and places
- Docker to create the containers
- The API is powered by Express.js
- Implement unit tests
- API docs using swagger
- Implement AWS SQS to queue email verifications