Skip to content

LSUCSSA/LSU-CSSA-Offcial-WebSite

Repository files navigation

LSU CSSA Management

Requirement

  • Latest NodeJS
  • Latest npm
  • MongoDB

Recommend using Pycharm, but feel free to use any IDE.

Tech Stack

Check their docs for details

Instruction

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published