Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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