#JACK SERVER
Here is the back end server of JACK Project
Developped with Node.JS and Express,
For the annual project of the 3rd year in software engineering at ESGI
#Developped by :
###Maxime PELTE
###Aurélien DUVAL
###Amram ELBAZ
#Manual:
###Required stuff: -Node.js (at least 4.^)
-MySQL server
###To run it :
-
Install required packages (npm install).
-
Configure create_database.js (enter your own mysql parameters).
-
Node create_database.js.
-
Node Server.js
Here you are, it is working.