A full stack app to enter your height, weight and age and automatically select your waist measurements. Here is the frontend repo: frontend
How to run?
- git clone https://github.com/triprjt/daveMeysure.git
- create virtual environment: python3 -m venv py_env source py_env/bin/activate
- activated the environment successfully
- make sure you are in the root directory of this repo.
- Now run the command: pip install -r requirements.txt
- now run python3 manage.py runserver
- Now you should be able to see the application running.
Here is the demo video
Here is the architecture design:
