flacode / goodreads

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GOODREADS

Set up application

  1. Create a virtual environment using Python 3.6.4.
  2. Install requirements: pip install -r requirements.txt.
  3. Create database and tables: python manage.py migrate.
  4. Start the server: python manage.py runserver.
  5. Follow the documentation to interact with different end points.

Test the application

python manage.py test

About


Languages

Language:Python 100.0%