Online application for student council elections at LUMS
Made as part of the course project for CS360 - Software Engineering.
# 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
- Ammar Ahmed
- Rabeez Riaz
- Taha Bin Amir
- Kinza Habib
- Tooba Mukhtar
1.0.0
Hosted on heroku : https://afternoon-hollows-68950.herokuapp.com/