This project is a master project that aims to create a mobile application for neighborhood management in a conference, and this application is the web part that is back-office project.
Developped on Full JS with ReactJS on Front and ExpressJS on Back.
# Install dependencies for server
npm install
# Install dependencies for client
npm run client-install
# Run the client & server with concurrently
npm run dev
# Run the Express server only
npm run server
# Run the React client only
npm run client
# Server runs on http://localhost:5000 and client on http://localhost:3000
For making the projet working, you have to download the github projet, run the commandes "npm install & npm run client-install" to install all dependencies and then run the projet with the commande "npm run dev"
Created by : BOUZID Fares & KANE Ababacar.