Tech: Node + Express + MySQL/sequelize + Typescript + Swagger + Docker
├── .github/workflows
├── src
│ ├── config
│ ├── controllers
│ ├── interfaces
│ ├── middleware
│ ├── models
│ ├── routes
│ ├── services
│ ├── tests
│ ├── utils
│ ├── app.ts
│ └── index.ts
#Install dependencies
npm i
#Start app in dev mode. Default port: 3000
npm run dev
Make sure the app is running using the above command.
npm run test
http://localhost:3000/api-docs
The kind of API chosen - Rest API
The kind of authentication mechanism - Basic Username and password auth with JWT.
The database chosen - Mysql
Table(s) design -