Skip to content

dennis0451/Hungry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

About

This project came about from my idea of not wasting food. You can search for recipes based on whatever food you have an excess of, or whatever food is nearing its expiration date. From there, you can save your recipes into your cookbook where they will be stored in one consolidated location. On the back-end of this project, I used Django and Python. For the database, I used PostgreSQL. To develop the front-end, I used JavaScript and React, along with HTML/CSS.

Prerequisites

You will need the following for this project.

  • npm
  • Django
  • Python
  • PostgreSQL

Installation

  1. API keys included via RapidAPI
  2. Clone the repo
    git clone https://github.com/dennis0451/Hungry.git
  3. Install NPM packages
    npm install
  4. Install Python libraries
    pip install -r requirements.txt
  5. Create DB in postgreSQL
    CREATE DATABASE hungry;
  6. Make Migrations
    python manage.py migrate
  7. Run Server
    python manage.py runserver
  8. Start React Environment
    npm run 
    or
    npm run watch

(back to top)

Usage

  1. Create Account Via Sign-up button
  2. Log in with credentials used to create account
  3. Go to home screen and start searching for food
  4. Click on cookbook to see saved recipes

(back to top)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published