a site where you can check how much you pay for essentials things
1.Clone the code into a fresh folder.
2.Create a Virtual Environment and install Dependencies.
$ virtualenv venv
$ suorce venv/bin/activate
3.Install the project dependencies, which are listed in requirements.txt.
(venv) $ pip install -r requirements.txt
(venv) $ flask run