Skip to content

CNace13/ProjectRio-web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

117 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick guide of how to send requests/view results on localhost:

Install dependencies

  1. Open a terminal of your choice and navigate to the project root directory
  2. Create a new pipenv instance
  foo@bar:~$ pipenv --three
  1. Install dependencies
  foo@bar:~$ pipenv install

Populate database with demo users/games

  1. Run reset-script.py to remove previous db.sqlite3 file and create database/host localhost
  foo@bar:~$ python3 reset-script.py
  1. In another terminal window run populate-db-script.py
  foo@bar:~$ python3 populate-db-script.py

Install Postman Desktop Client and DB Browser for SQLite

About

RESTful API for ProjectRio

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%