Skip to content

debrajpaul/express-typeScript-boilerplate

Repository files navigation

express-typeScript-boilerplate

This is a boilerplate project for rest applications using Node.js, Express.js, TypeScript and Docker.

What is this repository for?

typescript interface.

Version:- 1.0
Git clone :-https://github.com/debrajpaul/express-typeScript-boilerplate.git

How do I get set up?

Set up all dependencies mentioned below
Summary of set up:- Clone the file from repository and follow the "deployment instructions".

Server Configuration:-

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/)

Dependencies

All dependencies are listed in package.json file
* In terminal go to your project directory
* In terminal type "npm i" to add all dependencies.

.env file

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=

Deployment instructions:-

In terminal go to your project directory
* Type "npm run watch"

Who do I talk to?

Debraj Paul
contact info:- [email protected]
LinkedIn:- https://www.linkedin.com/in/debraj-paul

License

    Apache License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published