Skip to content

21f2000143/appdev1

Repository files navigation

Fisrt You will have to create the virtul environment

for windows run the command

  • python -m venv .env

then activate the environment

for windows run the command

  • .env\scripts\activate

Now install all the required modules/library from requirements.txt

for windows run the command

  • pip install -r requirements.txt

That's all now you can run the project

by running the main.py python file

About

A flask project for my diploma level in BS Degree course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published