Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 476 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 476 Bytes

Orderly

CS 320 Software Engineering - Group 8


Tech Stack

Frontend - NextJS + TailwindCSS + Clerk Auth

Backend - Express + PostgreSQL

Instructions

  1. Install NodeJS (npm comes with this)
  2. Clone the repository onto your machine (using git clone)
  3. Run npm install
  4. Run npm run dev

The frontend will be on http://localhost:3000 and the backend will be on http://localhost:3001

Checkout the frontend live