Skip to content

Latest commit

 

History

History
34 lines (33 loc) · 1.25 KB

File metadata and controls

34 lines (33 loc) · 1.25 KB

Stick To Box

Description:

Stick To Box is a website written in Python3 Django aimed to host reviews about books based on users opinions and ratings.

The website features:

  • Listing books based on categories.

  • Listing authors.

  • Actions on books like adding to user's wishlist, reading or already read books.

  • Searching in names of authors and book titles.

  • Enabling users to contribute to ratings and reviews on every book.

Installation Guide:

1- Make sure to have Python3 and Django installed on the server intended to host your deployment.

2- Set up a virtual environment to isolate the web application folder.

3- Customize the wsgi configuration file located in the project root directory, based on the web server used.

4- Setup the database server to use along with your site, then pass the configuration parameters to project settings.py file.

5- Open terminal in the project root directory, and run the command:

$ python3 manage.py makemigrations
$ python3 manage.py migrate
$ python3 manage.py runserver

Contributors to the project: