This project is a Scaffolding to create a new Project Node.js with TypeScript and MongoDB. We created a simples Auth with JWT to help someone with this simple step.
First, install Yeoman and generator-ts-api using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-ts-api
Then generate your new project:
yo ts-api
- JTW.
- Mongodb.
- Express.
- Multer.
- After install you'll need to execute de follow steps below:
- npm run compile (to generate your dist)
- npm start (to execute your project) this command will open your project in localhost:3040
MIT © Thiago Adriano