Example REST API using Node, Swagger, and Docker
TODO:
- add links to the "tech stack" section
- actually add swagger to the project
- add Postman collection and tests
- add unit tests
# create the database
./scripts/wiper.sh
# run the app
./scripts/upper.sh
# bring down the app
./scripts/downer.shTODO: add links here
- NodeJS
- Sequelize
- MySQL
- Swagger
- Docker (and Docker Compose)