This is a boilerplate project for rest applications using Node.js, Express.js, TypeScript and Docker.
typescript interface.
Version:- 1.0
Git clone :-https://github.com/debrajpaul/express-typeScript-boilerplate.git
Set up all dependencies mentioned below
Summary of set up:- Clone the file from repository and follow the "deployment instructions".
Node 10 software (Ubuntu 18.04, Link:- https://nodejs.org/en/)
MongoDB Server version: 4 (Ubuntu 18.04, link:- https://docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu/)
All dependencies are listed in package.json file
* In terminal go to your project directory
* In terminal type "npm i" to add all dependencies.
PORT=7021
DEBUG=app,app:*
PROTOCOL=http
# mongo credential
MONGO_HOST=127.0.0.1
MONGO_PORT=27017
MONGO_DB=roleTuneService
MONGO_USERNAME=
MONGO_PASSWORD=
In terminal go to your project directory
* Type "npm run watch"
Debraj Paul
contact info:- [email protected]
LinkedIn:- https://www.linkedin.com/in/debraj-paul
Apache License