Skip to content

Hackathons-Projects/Bon-Hacketit2.0-Food-Recommendation-App

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend

Setup:

Only for Windows:

  1. Install chocolatey from here or run the below command on powershell.
$ Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
  1. Then Install choco
$ choco install make
$ make
  • for Windows:
  $ Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser
  $ . HFenv\Scripts\activate
  • for linux:
. ./HFenv/bin/activate
  • finally: To start the server
$ python manage.py runserver 0.0.0.0:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 42.1%
  • JavaScript 38.3%
  • CSS 13.8%
  • HTML 4.6%
  • Other 1.2%