A social media app for movies, games and tv series reviews
The app allows you to review movies, games and tv shows. It allows you to follow users and your feed shows the latest reviews by users.It has a login feature.
-
Clone the project in the virtual environment directory.
git clone https://github.com/lugnitdgp/ReviewBook.git
-
Create a virtual environment with venv (install virtualenv, if its not installed).
python -m venv env
-
Activate the virtual environemnt.
source env/bin/activate
.env\Scripts\activate
-
Install the requirements.
cd reviewbook pip install -r requirements.txt
-
Run the Migrations
python manage.py makemigrations python manage.py migrate
-
Run the development server
python manage.py runserver
-
Head to server http://localhost:8000
-
Add Few Movies, Games and Tv shows in their respective models to display them. Enjoy!
ReviewBook uses the following technologies:
- HTML/CSS/JavaScript
- Pyhton(Django)
If you want to contribute to this project, then have a look here