Rest API with routes to manage users and jwt authentication.
- Authentication
- Manager Users
- NodeJS
- Express
- JWT
- PostgreSQL
- Sequelize
- Express Validator
- Docker
- Nodemon
- Sucrase
- Eslint
- Prettier
Up postgres container running the following command:
docker run --name meetapp-postgres -e POSTGRES_PASSWORD=secret -p 5433:5432 -d postgres
docker start meetapp-postgres
This app is a challenge from Rocketseat GoStack Bootcamp: