Skip to content

A recipes website created with django using crispy forms and tailwind css

Notifications You must be signed in to change notification settings

bezaca/RecipeBox-web-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Web Application

Recipebox is a minimal website for trying a few things in django

Getting started:

You need to install all the necesary packages for this project , run the following command:

pip install -r requierements.txt

NOTE:

I recommend to create a virtual environment for this project , you can do it by running:

python -m venv env (or change 'env' for the name you want)

After completing all the steps , run the project by tipping:

python manage.py runserver

About

A recipes website created with django using crispy forms and tailwind css

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published