Skip to content

NathanGuillaud/prello

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

355 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prello

Prello is an online project management tool.

Prello logo

Travis

Build Status

Sonar

Bugs Code Smells Lines of Code Maintainability Rating Reliability Rating Security Rating Technical Debt Vulnerabilities

Links

Deployed app: https://prello-ig.igpolytech.fr

API documentation: https://prello-ig-back.igpolytech.fr/api-docs/

Getting started

Requirements

Launch

First, run MongoDB.

git clone https://github.com/MatthieuDye/prello.git
cd prello

On one terminal:

cd client
npm install
npm start

On a second terminal:

cd server
npm install
npm start

Your app is now running at the following link: http://localhost:3000/

API documentation is here: http://localhost:5000/api-docs/

Tests

You can run the tests in /server folder by using the following command:

npm test

Authors

About

DEFINITELY NOT TRELLO APP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 99.2%
  • Other 0.8%