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.
- Host: GitHub
- URL: https://github.com/jod35/booktime
- Owner: jod35
- Created: 2020-03-12T11:20:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-30T10:29:22.000Z (over 2 years ago)
- Last Synced: 2025-01-05T16:12:15.681Z (about 1 year ago)
- Topics: bootstrap, django, postgresql
- Language: Python
- Homepage: https://bookstoreliveapp.herokuapp.com/
- Size: 1.55 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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)

