Fueling Student Appetites, One Bite at a Time
Are you a student on a tight budget, looking to savor the best food options in town without breaking the bank? Look no further than PalatePicks, the ultimate web application designed exclusively for students seeking delectable dining experiences within their budget range.
PalatePicks is a web application for CCAPDEV class at De La Salle University.
PalatePicks is a web application created solely for educational purposes and serves as a simulated platform designed as part of a school project. All reviews, ratings, and opinions displayed on the website are entirely fictional and do not reflect the real experiences or sentiments of any individuals or establishments.
This project was done by NuxtJS (web framework) and Supabase (database).
- Clone or download the
main
repository. - Open the terminal and
cd
to the PalatePicks project folder. - Run the following code to install the necessary modules:
npm install # or pnpm install
- Run the following code to run the web application locally:
npm run build # or npm run dev (for developer mode)
- Explore the webpage!
- Before you begin, please take note that after registering an account and using the "forget password" feature, you will be redirected to our live website and not the
localhost
. - Contact the repository owner to get the environmental variables (
.env
) file for the website to be functional locally. - An Internet connection is required for the web app to load its external assets and to communicate with the database.