Nodejs + Expressjs + JWT Token
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
.
- Nodejs v8.11.3
- npm 5.6.0
- Mongodb v4
Simple, just give this command
npm install
to install all package
nodemon start
Commit and push into your branch
git checkout -b YOURNAME
git commit -am "YOUR MESSAGES/LATEST MODIFICATION"
git push