8000 GitHub - fuodorov/yachef: Django web application recipe service
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Aug 19, 2024. It is now read-only.

fuodorov/yachef

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YaChef

Custom recipe service

System description

A service for the application of custom recipes. Users can browse recipes, add their own recipes and perform various operations with them.

To view the project locally, follow the steps below:

  • clone the repository
  • set up a virtual environment
pythom -m venv venv
  • activate venv
  • install project dependencies
pip install -r requirements.txt
  • do migrations
python manage.py migrate

For statics, download archive and extract it into the directory ./posts/static/

  • build static
python manage.py collectstatic
  • create a superuser (optional)
python manage.py createsuperuser

ToDo

I didn't set myself the task of accomplishing everything. I set myself the goal of showing my programming skin

  • Models with a minimum set of fields and links;
  • Templates
  • API
  • Tests post
  • ngrok

About

Django web application recipe service

Topics

Resources

Stars

Watchers

Forks

0