Skip to content

Latest commit

 

History

History
52 lines (42 loc) · 1.19 KB

README.md

File metadata and controls

52 lines (42 loc) · 1.19 KB

Project Title

Nodejs + Expressjs + JWT Token

Getting Started

Application Programming Interface for TerhubungID .
├── app # The code folder is used for custom modules.
│ ├── modules # Default modules directory
│ └── MODULE_NAME
│ └── controllers # Acts the logic
│ └── models # Get Data from database
├── config # Default config files of app (database, jwt-token,etc)
├── libs # Default third-party / custom library
├── index.js # Default index and server files
├── package.json # All dependencies is here
├── LICENSE
└── README.md
.

Prerequisites

  • Nodejs v8.11.3
  • npm 5.6.0
  • Mongodb v4

Installing

Simple, just give this command

npm install

to install all package

Running the tests

nodemon start

How to commit and push ?

Commit and push into your branch

git checkout -b YOURNAME
git commit -am "YOUR MESSAGES/LATEST MODIFICATION"
git push