A movie review website using flask. The web application will allow a user to find a movie, add a review to the movie and also add comments to reviews.
This Application is composed of the following modules;
- pip
- gunicorn
- flask
- wtf-forms
- Git clone the repository to your local computer
https://github.com/Reuben-Kipkemboi/Movie-Watchlist.git
- change Directory
cd
into News-Api
cd News-Api
- create a virtual environment
python3.8 -m venv virtual
- activate the virtual environment
source virtual/bin/activate
- To deactivate the environment
deactivate
- Install Flask
pip install flask || pip3 install flask
- Execute start.sh
chmod a+x start.sh
./start.sh
- Python3.8
- Flask
- HTML
- Bootstrap
-
Slack - Reuben Kipkemboi
-
Email - Reuben Kipkemboi 📧
© 2022 @ Reuben Kipkemboi.