Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

setup

  1. after cloning repo, CD into repo directory ->cd `directory name`

  2. install virtualenv if you have not before -> pip install virtualenv

  3. initialiize virtualenv for the project ->virtualenv -p python3 venv

  4. activate virtualenv ->.\venv\Scripts\activate

  5. install requirement.txt -> pip3 install -r .\req.txt

How to run

  1. make sure virtualenv is activated ->.\venv\Scripts\activate

  2. start server -> python app.py

  3. Now open the link generated in console, ( NOTE : Do not open index.html directly )

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages