Documentation :
Follow the following instruction to install and load the database.
-
Navigate to database directory on your terminal
/database
-
Run Sqlite3 db on your teminal
sqlite3 data.sqlite
-
On Sqlite terminal, run
.read /start/d.sql
Congratulation database succesfully loaded. You can run the following request endpoint
# GET /events
# POST /events
# GET /actors/streak
# GET /events/actors/{actorsID}
# PUT /actors
# DELETE /events/{eventID}