A Timetable management web app using Google Calendar API for VITians
conda create --name zeitplan python=3.7
conda activate zeitplan
Here, I have shown Conda as the environment management system. You may use other management system.
git clone https://github.com/RAvengineer/Zeitplan.git
cd Zeitplan/
pip install -r requirements.txt
cd Zeitplan/
ls
> app.py README.md requirements.txt Utilities Zeitplan
👆 Check you are in correct directory.
For Linux and Mac users,
set FLASK_APP=app.py
For Windows users,
export FLASK_APP=app.py
For Linux and Mac users,
set ZEITPLAN_LOCALHOST=1
For Windows users,
export ZEITPLAN_LOCALHOST=1
flask run