Skip to content

Start Of Application

RomCoup edited this page Apr 8, 2019 · 2 revisions

Populating DB

In order for most of the apps testing, and functionality in the frontend to work, we have to make sure the DB is populated. In order to do this we have provided a script to be run before starting the interaction with the frontend. However due to some issues with the bash script we also require the user to run:
curl -X POST http://cooperator-backend-3417.herokuapp.com/student/5148018011/N'Golo/Kante/[email protected]/password/1/260987654/U3/Engineering/PoliSci
in a bash terminal before the script. After this POST is complete, the user can navigate to the root directory of our project and simply run the script.sh (./script.sh). This will populate the database with demo values which should allow the user to experience different aspecs of the Application.

Clone this wiki locally