A Node.js app using Express.JS, TypeScript, MongoDB.
Make sure you have Node.js and the MongoDB installed.
Create .env file from example.env and edit it with your data.
Please make sure mongoDB is running!
Starting server in dev mode with nodemon:
npm startStart server in production:
npm run prodStart with pm2:
npm run pm2