GithubHelp home page GithubHelp logo

jaofourthsohappy / hungryme Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jaybjackie/hungryme

0.0 0.0 0.0 3.42 MB

An online food suggestion website which suggests to people what they want to eat!

Home Page: https://jaybjackie.pythonanywhere.com/

Shell 0.24% Python 31.36% CSS 0.68% HTML 67.72%

hungryme's Introduction

HungryMe

HungryMe is an online food suggestion website which suggests to people what they want to eat!

Recommendations using search box. However, if you have no clue about the dish you really want for today, the filters can categorize the suggestion such as cuisines, ingredients, desired nutrition or even the food allergies. The visitors can rate and leave a comment about how good the suggestion of the suggested dish is.

Project Documents

How to Install and Runserver (as a Developer)

  1. Clone this project repository to your local machine

    git clone https://github.com/jaybjackie/HungryMe.git
    
  2. Go to this repository directory

    for MacOS/Linux

    cd HungryMe
    
  3. Install required packages.

    pip install -r requirements.txt
    
  4. Modify sample.env by the following lines:

    To create SECRET KEY

    python -c 'from django.core.management.utils import get_random_secret_key;print(get_random_secret_key())'
    

    Put the SECRET KEY in .env file

    SECRET_KEY = 'YOUR-SECRET-KEY'
    DEBUG = False
    ALLOWED_HOSTS = ['.localhost', '127.0.0.1', '[::1]']
    
  5. Migrate the database.

    for MacOS/Linux

    python manage.py migrate
    
  6. Importing data from data.json.

    python manage.py loaddata data.json
    
  7. Run the server.

    for MacOS/Linux

    python manage.py runserver
    

Go to the app: http://localhost:8000/

DEMO run

You can uses these demo users below to visits the site.

Username Password
admin01 test01

hungryme's People

Contributors

jaybjackie avatar unikorn996 avatar zevenfox avatar jaofourthsohappy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.