This is the BackEnd for the APMS written in NodeJS using AdonisJS.
- User management
- Project management
- Project sprint management
- Ticket Management
use adoins
command to download all the dependencies
adonis install
or manually clone the repo and then run npm install
.
APMS Runs of on top of MongoDB. Make sure you have installed mongoDB.
Once database in place. edit the .env
as to match your resources
For production usages for the APMS-BackEnd please run
server --watch
or for development purposes
adonis serve --dev
adonis test
AAF Assesment 2018 SHU - Sithira Munasinghe (27045236)