An open API service indexing awesome lists of open source software.

https://github.com/flacode/goodreads


https://github.com/flacode/goodreads

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# 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](http://localhost:8000/goodreads/docs/) to interact with different end points.

## Test the application
`python manage.py test`