- Latest NodeJS
- Latest npm
- MongoDB
Recommend using Pycharm, but feel free to use any IDE.
Check their docs for details
Follow instructions below for development
Clone project to local
git clone https://github.com/LSUCSSA/LSU-CSSA-Offcial-WebSite
Install dependencies
cd LSU-CSSA-Offcial-WebSite
npm install
cd server
npm install
cd ../dashboard
npm install
Start and Running Frontend
Open a new terminal
cd path/to/LSU-CSSA-Offcial-WebSite
//Run dashboard
npm start
Start and Running Dashboard
Open a new terminal
cd path/to/dashboard
//Run dashboard
npm start
Start and Running server
Open a new terminal
//Run server
cd path/to/server
npm start
Open following address in browser
// Frontend
http://localhost:3000
// Dashboard
http://localhost:8000
// Server
http://localhost:1337