This is a simple node api. Bellow is the stack used to develop it:
- Node.js
- TypeScript
- Express
- Sequelize
- SQLite
To install the packages, just run the command yarn
To run the build script, just run the command yarn build
To run the builded application, just run the command yarn start
To run the application in dev mode, just run the command yarn dev