JustinRyanGalvez / YourLife

YourLife is a fitness/nutrition app that will calculate various categories based on your fitness or nutritional goals. A mobile app will be implemented in the future.
MIT License
1 stars 3 forks source link

Adding backend service #7

Closed QuangDNguyen2211 closed 2 years ago

QuangDNguyen2211 commented 2 years ago

I added the backend service for the website Screenshot (39) In order to use it, you need to open your own server(These command are for Windows).

  1. Make sure you have python installed on your computer
  2. Type this in your command line to install hug: pip3 install hug -U
  3. Restart your PC
  4. Add the path to 'hug'
  5. Go to the backend folder by using this command line: cd
  6. Type this in your command line to start the server: hug -f BMI.py That's it.