Skip to content

Latest commit

 

History

History
37 lines (34 loc) · 982 Bytes

README.md

File metadata and controls

37 lines (34 loc) · 982 Bytes

Welcome to Aliment!

About Aliment

Aliment is a recipe generator website. It allows users to search for recipes that use ingredients they have on hand and select filters according to their preferences. By simplifying the home cook's process, we also hope to encourage a decrease in food waste. Our team formed in the fall of 2023 and is constantly working on adding new features to the project.

Team Roles

  • Justin Dang (Front-end Developer)
  • Emily Ngo (Full-stack Developer)
  • Arjun Tiwari (Full-stack Developer)
  • Ethan Tran (Back-end Developer)
  • Melody Vahadi (Project Manager)

Configuration Instructions

  1. Go to better file
cd better
  1. Go to the source file
cd src
  1. Download the Node.js packages
npm install
  1. Download the SupaBase packages for the database
npm install @supabase/supabase-js
  1. Build the application
npm run build
  1. Run the application!
npm run start