https://github.com/flacode/goodreads
https://github.com/flacode/goodreads
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/flacode/goodreads
- Owner: flacode
- Created: 2018-08-28T12:57:25.000Z (almost 8 years ago)
- Default Branch: develop
- Last Pushed: 2022-12-08T02:50:55.000Z (over 3 years ago)
- Last Synced: 2025-01-26T18:46:07.214Z (over 1 year ago)
- Language: Python
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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`