REST API is developed with Node.js and Express.js.
Refer the documentation for more information. (Includes the user guide and the developer guide)
git clone https://github.com/rukshan99/api-ICAF
- Add the
.env
file inside the root folder withMONGO_DB_PASSWORD
.
- Before starting development, create a branch.
git checkout -b <FTR|ENH|BUG-name>
- Stage and commit changes to the local repo.
git add .
git commit -m "<commit message>"
- Push to the new remote branch.
git push -u origin <FTR|ENH|BUG-name>
(for first push to origin)