Skip to content

arushgupta/sipnsavor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Setup:

  1. Install Python3

  2. Install PostgreSQL

  3. Create Database called sipnsavor

  4. Create user with username and password as mentioned in the .env file

  5. Setup a virtual environment:
    python3 -m venv env

  6. Activate the virtual environment:
    source env/bin/activate

  7. Install all packages:
    pip install -r requirements.txt

  8. Make Migrations:
    python3 manage.py makemigrations

  9. Run Migrations:
    python3 manage.py migrate

  10. Create superuser:
    python3 manage.py createsuperuser

  11. Load Data:
    python3 manage.py loaddata fixtures/ingredients.json
    python3 manage.py loaddata fixtures/tags.json

  12. Run Server:
    python3 manage.py runserver

About

Search for Drink Recipes!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published