Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 927 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 927 Bytes

Foodpals -- Orbital Team 5113

Foodpals is a web app built with NextJS and Supabase, aimed at making food delivery cheaper and more flexible for students.

See our poster and demonstration of the application here:

Getting started

Install dependencies

In the root folder of the repository:

$ npm install

Environment Variables

At the root folder of the repository, execute the following command to set environment variables:

$ cp .env.example .env

Run the application

Start up the local development environment by running:

$ npm run dev

Start up the local development environment with full infrastructure by running:

$ npm run dev:full

The frontend will be served from http://localhost:3000.

This is from a starter template for Learn Next.js.