- Edwin Peraza
- Divya Tanwar
- Gaurav Warad
- Abhinav Singh
- Ryan Novoa
- Chase Walsh
This project is a RESTful API designed to retrieve different records from a university system.
- Checkout the git repo
- cd CPSC-449-Project1
- Run following the command
make # Initialize Python virtual env and install required packages
chmod 777 ./api/bin/init.sh # Give permission
./api/bin/init.sh # Setup Database
foreman start # Start the server