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.
- Justin Dang (Front-end Developer)
- Emily Ngo (Full-stack Developer)
- Arjun Tiwari (Full-stack Developer)
- Ethan Tran (Back-end Developer)
- Melody Vahadi (Project Manager)
- Go to better file
cd better
- Go to the source file
cd src
- Download the Node.js packages
npm install
- Download the SupaBase packages for the database
npm install @supabase/supabase-js
- Build the application
npm run build
- Run the application!
npm run start