Author: Kiptoo-Rotich
This application uses movie API to display various movies in three categories i.e popular, upcoming and now-showing. Users can give their reviews in any movie they want to. However, to do this, they need to register first, if they don't have an account or login in the already have an account.
As a user of the web application you will be able to:
- Sign up and log in
- View movies
- Write a review
- Edit profile
- Update profile
- Clone Project to your machine
- Activate a virtual environment on terminal:
source virtual/bin/activate - Install all the requirements found in requirements file.
- On your terminal run
python3.8 manage.py runserver - Access the live site using the local host provided
- python3.8
- virtual environment
- pip
git clone https://github.com/kiptoo-rotich/Watchlistgit initgit remote add origin <your-repository-url>python3.8 -m virtualenv virtualsource virtual/bin/activateCreate a .env file and paste paste the following filling where appropriate:
SECRET_KEY = 'your secret key'
DEBUG=True
DB_USER='<your database name>'
DB_PASSWORD='<password to your database>'
DB_HOST='127.0.0.1'
MODE='development'
Install dependancies that will create an environment for the app to run
pip install -r requirements.txt
python3.8 manage.py runserverOpen localhost:5000
- Python3.8
- Postgresql
- Boostrap
- Flask
- HTML
- CSS



