Skip to content

bhagirath20/PUSH-UP-APP-FLASK-PYTHON

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PUSH-UP-APP-FLASK-PYTHON

This uses the flask library for backend implementation

Run Locally

if you want to use virtual envirement then create and activate first.

  1. open new folder in Visual studio code.

  2. Create virual environment. eg- myenv

python -m venv myenv
  1. 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

Authors

Contributors

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Please adhere to this project's code of conduct.

About

This uses the flask library for backend implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.4%
  • C++ 1.0%
  • C 0.3%
  • Cython 0.2%
  • PowerShell 0.1%
  • JavaScript 0.0%