Medstore is a Medical store alike website, built as the submission for the Minor project in the college.
-
Clone this repository
git clone https://github.com/mukeshgurpude/medstore.git
-
Alternatively you can download this repository as
zip
, and extract it. -
Switch to the project directory and create a superuser
cd medstore python3 manage.py createsuperuser
Note: Depending on the system, python3 above should be replaced bypython
orpy
(in windows) -
Initialize database
python3 manage.py makemigrations python3 manage.py migrate
-
Run the server
python3 manage.py runserver
This will start a local server on
port 8000
. -
Open http://localhost:8000 or http://127.0.0.1:8000, in the browser to view the website