https://github.com/sithira/apms-backend
https://github.com/sithira/apms-backend
adonisjs adonisjs-framework mongodb mvc nodejs project-management rest-api
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sithira/apms-backend
- Owner: Sithira
- Created: 2018-04-29T08:24:03.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-30T15:56:42.000Z (almost 7 years ago)
- Last Synced: 2025-01-17T18:27:15.826Z (4 months ago)
- Topics: adonisjs, adonisjs-framework, mongodb, mvc, nodejs, project-management, rest-api
- Language: JavaScript
- Size: 4.44 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```bash
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
```js
server --watch
```
or for development purposes
```js
adonis serve --dev
```### Run the test
```js
adonis test
```### Angular 6 Client
[Client for APMS-BackEnd](https://github.com/Sithira/APMS-Client)_AAF Assesment 2018 SHU - Sithira Munasinghe (27045236)_