Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alina1412/books_django
Django app for users to add lists of books and search through it. (educational project)
https://github.com/alina1412/books_django
django python3 sql
Last synced: 2 months ago
JSON representation
Django app for users to add lists of books and search through it. (educational project)
- Host: GitHub
- URL: https://github.com/alina1412/books_django
- Owner: alina1412
- Created: 2022-06-03T15:43:18.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-03T05:13:01.000Z (about 1 year ago)
- Last Synced: 2023-11-03T06:22:55.887Z (about 1 year ago)
- Topics: django, python3, sql
- Language: Python
- Homepage:
- Size: 191 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# books_django
## What is this project?
It's an educational django app, which allows users to keep their own list of books and search through the list.## How it worked (from the frontend look)
video:
[![Watch the video](https://img.youtube.com/vi/YLg1jWQzf-E/1.jpg)](https://youtu.be/YLg1jWQzf-E)
It has(had) a deployment here:
https://books-django-app.herokuapp.com/## How to run locally
-It can use any of databases: sqlite3 or postgres. It's chosen in settings.
-The file .env shall be created
-install requirements
-run migrations
-run server (http://127.0.0.1:8000/)## Examples of pages