Skip to content

food4thought - Bachelor project by Lewis Burtt-Smith and Dan Eskildsen

Notifications You must be signed in to change notification settings

daescoGit/food4thought-bachelorproject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

food4thought

Web development bachelor project by Lewis Burtt-Smith and Dan Eskildsen

Required installations:

  • Python
  • Django
  • Docker
  • Redis

Local install instructions:

  • Set up environment (optional)
  • pip install -r requirements.txt
  • docker run -p 6379:6379 -d redis:5
  • cd into deals_project (settings.py dir)
  • python manage.py makemigrations
  • Put 84 as default region code when prompted
  • python manage.py migrate
  • python manage.py rqworker (for email processes, not required for demo)
  • python manage.py runserver (new terminal if rqworker is running)

About

food4thought - Bachelor project by Lewis Burtt-Smith and Dan Eskildsen

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published