sarim26 / c177

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PRO-C177-Boilerplate(Student)

Create virtual env using following commands to run this project:

Windows:

python3.8 -m venv venv

venv\Scripts\activate.bat

pip install flask

python app.py

MacOS/Linux:

python3.8 -m venv venv

venv/Scripts/activate

pip install flask

python app.py

About


Languages

Language:Python 100.0%