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 start
Start server in production:
npm run prod
Start with pm2:
npm run pm2