1.0.0 • Published 3 years ago

node-mongo-ts-config-demo v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

node-mongo-ts-config-demo

A demo app for configuration of node api with typescript and mongodb connections

Running locally

Make sure you have Node.js, typescript and mongodb configuration on your local system.

git clone https://github.com/iflairemp264/node-mongo-ts-config-demo.git # or clone your own fork
cd node-mongo-ts-config-demo

touch .env      >>> create .env file on root dir then copy env.sample file to .env 
npm install     >>> install node packages 
npm run build   >>> generate build
npm start       >>> start node server

make sure to change config.ts file with your local dabatabse configuration.

Your app should now be running on port 9000