This project was created initially as a school project. The purpose of the app is to connect students from a university with registered student organizations and their events.
These instructions will give you a copy of the project up and running on your local machine for development and testing purposes.
Requirements for the software and other tools to build, test and push
Start by cloning the repository onto your system.
git clone https://github.com/danielcollishaw/rso-app.git
Once cloned, run npm start to initiliaze the back-end server.
npm start
The backend server should be located at localhost:3001.
In another terminal window initiliaze the react-client by running
cd client
npm start
The front end server should be located at localhost:3000.
- Daniel Collishaw - Developer -
- Rashelle Azaula - Developer -
- Emin Mammadzada - Developer -
See also the list of contributors who participated in this project.