Skip to content

audreydng/SwiftCare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QueueSmart

Setup & run

1. Clone the repo

git clone <repo-url>
cd QueueSmart

2. Install dependencies

From the repo root:

pnpm install

If you prefer, you can also install from each app folder separately:

cd backend
pnpm install

cd frontend
pnpm install

3. Run the demo

Open two terminals and start the backend and frontend separately.

Backend:

cd backend
PORT=5000 pnpm dev

Frontend:

cd frontend
pnpm dev

The frontend expects the API at http://localhost:5000/api by default, so keep the backend running on port 5000 unless you set NEXT_PUBLIC_API_BASE yourself.

4. Open the app

Visit:

http://localhost:3000

Team Members

  1. Alexander Moreno
  2. Amy Anh Hoang
  3. Audrey Dang
  4. Naziba Nur

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages