Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 857 Bytes

README.md

File metadata and controls

45 lines (31 loc) · 857 Bytes

APMS - Advance Project Mangement System

This is the BackEnd for the APMS written in NodeJS using AdonisJS.

  1. User management
  2. Project management
  3. Project sprint management
  4. Ticket Management

Setup

use adoins command to download all the dependencies

adonis install

or manually clone the repo and then run npm install.

The .env file

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

Running the server

For production usages for the APMS-BackEnd please run

server --watch

or for development purposes

adonis serve --dev

Run the test

adonis test

Angular 6 Client

Client for APMS-BackEnd

AAF Assesment 2018 SHU - Sithira Munasinghe (27045236)