Skip to content
/ BMI Public

This site is designed to measure your Body Mass Index

Notifications You must be signed in to change notification settings

Morteza078/BMI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bmi

This site is designed to measure your Body Mass Index

Bilingual this project System Project with Python & Django Framework & REST API

Tools:

  1. Back-End: Python, Django, REST API
  2. Data Base: sqlite3
  3. Front-End: HTML5, CSS3, JavaScript, Bootstrap5, jQuery, AJAX

How to Run?

  1. Clone the Project
  • git clone https://github.com/Morteza078/bmi.git 2.Cd to bmi folder and Create a Virtual Environment
  • cd bmi
  • py -3 -m venv venv
  1. Activate the Interpreter of the Virtual Environment
  • Windows: venv\Scripts\activate
  • windows in git bash:source venv/Scripts/activate
  • Linux: source venv/bin/active
  1. Install the Requirements
  • pip install -r requirements.txt
  1. Write the Following Commands to Create Your Tables
  • python manage.py makemigrations
  • python manage.py migrate
  1. Write the Following Command to Create a Superuser
  • python manage.py createsuperuser
  1. Write the Following Command to Run the Server
  • python manage.py runserver

About

This site is designed to measure your Body Mass Index

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published