Skip to content
This repository has been archived by the owner on Apr 7, 2023. It is now read-only.

VitahuHere/DjangoFoodWebsite

Repository files navigation

Business website for food packages

Find your favourite recipes and order ingredients for them right away

Install

Install dependencies with:

pip install -r requirements.txt

Install PostgreSQL from their website

Optional Docker:

Install Docker from their website

Preparations

Navigate to directory and run:

python (or python3 if on linux or MacOS) manage.py makemigrations && python manage.py migrate

Optional Docker

Navigate to directory and run:

docker-compose up

Usage

To start local server run:

python manage.py runserver

or to specify ip and port:

python manage.py runserver 192.168.0.0:8080

For more documentation, runserver and go to documentation/

Releases

No releases published

Packages

No packages published