Node.js app architecture showcase. You can start your Node.js projects building on this boilerplate, based in API REST.
The app is designed to use a layered architecture. The architecture is heavily influenced by the Clean Architecture. This architecture implemented using Typescript and Webpack
The .env file must be created in the root of the project, with the following content:
MONGODB = 'mongodb://url:port/databasename'
PORT = 3001
TOKEN_SECRET = 'MyS3cr3tK3Y'
yarn install to install dependencies,
yarn run build to build the project (removes the flow annotations) and then,
yarn start to start the server.
http://localhost:3000/admin/provinces