Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 460 Bytes

File metadata and controls

28 lines (23 loc) · 460 Bytes

node-swagger-example

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

Run the app

# create the database
./scripts/wiper.sh

# run the app
./scripts/upper.sh

# bring down the app
./scripts/downer.sh

Tech stack

TODO: add links here

  • NodeJS
  • Sequelize
  • MySQL
  • Swagger
  • Docker (and Docker Compose)