Skip to content

Macharia-Maurice/Metro-Munch

Repository files navigation

A restaurant website done in Django

This is a site done in Django

How to contribute

  1. Create a virtual environment

    python -m venv venv
  2. Activate the virtual environment

    • Linux:

      source venv/bin/activate
    • Windows:

      venv/Scripts/activate
  3. Install the project requirements

    pip install -r requirements.txt
  4. Prepare database migrations

    python manage.py makemigrations
  5. Apply database migrations

    python manage.py migrate
  6. Run the site server on your local host

    python manage.py runserver

About

A simple restaurant website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5