Skip to content

Web app to track grocery shelf life built for SWEN 356 Trends in Software Development Process.

License

Notifications You must be signed in to change notification settings

NicholasDawson/2225-swen-356-shelf-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web app to track grocery shelf life built for SWEN 356 Trends in Software Development Process.

Backend Setup

Requires Python 3.10

  1. cd backend
  2. Install requirements pip install -r requirements.txt
    1. If you want to use a virtualenv, thats fine you probably know what you are doing...
  3. Run app python app.py

Frontend Setup

Requires Node 18

  1. cd frontend
  2. Install packages npm install
  3. Run app npm start

Frontend deploy

Just push or accept a PR to main branch and frontend will automatically deploy!

Backend deploy

Just push to main branch and backend will automatically deploy!

About

Web app to track grocery shelf life built for SWEN 356 Trends in Software Development Process.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published