This project is a skeleton to facilitate the creation of new projects in Node Express with TypeScript. Its creation is not yet finished, with improvement points already mapped.
- Node
- TypeScript
- Express
- Mongo
- Node 16+
- yarn
-
Local:
yarn run:local
-
Production/Staging/Development
yarn build <-- After --> yarn run:development yarn run:staging yarn run:production
To access the documentation, start the project and access http://localhost:3000/api/swagger
- Unit test
- Automatically generated documentation