A simple website for brushing up concepts of Html, Css, Flask and Postgres-SQL
- Install python 3 (3.7 or higher) and add python to path
- Clone the repository using cmd or bash:
git clone https://github.com/ABX9801/Book-Review-Website.git
- Install requirements using cmd or bash:
pip install -r requirements.txt
- Run the server in using cmd or bash:
flask run
- You will get a link in bash or cmd like http://127.0.0.1:5000/
- The website will run on this link
- register page is also similar