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

https://github.com/jod35/booktime

A Book Store in django built for purposes of learning the Django Framework.
https://github.com/jod35/booktime

bootstrap django postgresql

Last synced: 5 months ago
JSON representation

A Book Store in django built for purposes of learning the Django Framework.

Awesome Lists containing this project

README

          

# BookTime
This is a simple web application for an imaginary book store. It built for learning purposes.

## Built with
* Django
* Postgresql
* HTML
* Bootstrap CSS

## How it works
- Users can upload books
- Users can download books
- Books have tags that give them categories
- Users can make reviews on books
- All users have accounts

## Install project dependecies

## Run with
` python3 manage.py runserver `

## Run Tests with
` python3 manage.py test `

## Contributions
I am really a beginner and I am not so perfect. If interested, please contribute so that we build an amazing product together.

## Live Project
The project is running live [here](https://bookstoreliveapp.herokuapp.com/)

## Author
[Ssali Jonathan](https://github.com/jod35)

![Demo Image 1](/demo-imgs/s1.png)

![Demo Image 2](/demo-imgs/s2.png)