This uses the flask library for backend implementation
if you want to use virtual envirement then create and activate first.
-
open new folder in Visual studio code.
-
Create virual environment. eg- myenv
python -m venv myenv
- Activate virtual environment in windows
myenv/Scripts/activate
Now,Clone the project
git clone https://github.com/azeezkenny007/PUSH-UP-APP-FLASK-PYTHON.git
Go to the project directory
cd PUSH-UP-APP-FLASK-PYTHON
Install dependencies
pip install -r requriements.txt
Start the server
python app.py
Contributions are always welcome!
See contributing.md
for ways to get started.
Please adhere to this project's code of conduct
.