GUOYIBO / Capstone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About The Project

My Pantryfridge is web application inspired by UberEats on styling. It is a management system allowing users to manage pantry and fridge items.

Project Wiki

Tech Stack

HTML5 CSS3 JavaScript NodeJS React Redux

Postgres SQLite

Docker Heroku

Getting started

  1. Clone this repository (only this branch)

    git clone https://github.com/GUOYIBO/Capstone/
  2. Install dependencies

    pipenv install -r requirements.txt
  3. Create a .env file based on the example with proper settings for your development environment

  4. Make sure the SQLite3 database connection URL is in the .env file

  5. Get into your pipenv, migrate your database, seed your database, and run your Flask app

    pipenv shell
    flask db upgrade
    flask seed all
    flask run
  6. To run the React App in development, checkout the README inside the react-app directory.

Features

Splash Page

Screen Shot 2022-11-07 at 3 34 13 AM

Sign up

Screen Shot 2022-11-07 at 5 22 50 AM

Log In

Screen Shot 2022-11-07 at 5 23 16 AM

Create/Read/Update/Delete categories

Screen Shot 2022-11-07 at 4 54 52 AM

Screen Shot 2022-11-07 at 3 50 01 AM

Create/Read/Update/Delete user items

Screen Shot 2022-11-07 at 4 55 30 AM

Screen Shot 2022-11-07 at 4 55 44 AM

There are two more features CRUD on favorite dishes and purchase list. Bonus features Searching and Deployment with AWS are being implemented.

About


Languages

Language:Python 65.8%Language:CSS 30.3%Language:Dockerfile 2.8%Language:Mako 0.6%Language:Shell 0.3%Language:HTML 0.2%