Skip to content

A basic ingredient and recipe manager developed using Django

Notifications You must be signed in to change notification settings

barsand/django-recipe-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Minimalist recipe manager using Django

Installation

Create a Python3 virtual environment, and activate it:

python3 -m venv <env_name>
source <env_name>/bin/activate

Then, install dependencies:

pip3 install -r requirements.txt

Setup a sqlite database:

$ cd src
$ python3 manage.py makemigrations recipemanager
$ python3 manage.py migrate

Running the server

After completing the installation, just run the application:

$ python3 manage.py runserver

Usage

Access the recipe manager at http://127.0.0.1:8000/manager/

About

A basic ingredient and recipe manager developed using Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published