/medstore

Ecommerce medical store powered by Django framework built for a college project

Primary LanguagePythonMIT LicenseMIT

Medstore

Gitpod Ready-to-Code W3C Validation CodeFactor GitHub code quality

Medstore is a Medical store alike website, built as the submission for the Minor project in the college.

How to run Locally

  • 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 by python or py(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

forthebadge