Edmeral / TeamPro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TeamPro

To test the project locally, first install Node.js and MongoDB. then go to the server folder and install all the dependencies:

$ cd server
$ npm install

and run the server with (MongoDB must already be running):

$ node server.js

To lunch the actual app, go to the dist folder and run:

$ java -jar teampro.jar

to lunch multiple instance of the app, run the command multiple times.

About


Languages

Language:Java 95.7%Language:JavaScript 4.3%