An open API service indexing awesome lists of open source software.

https://github.com/joepetrillo/orderly

Final Project for CS 320 Software Engineering @ UMass Amherst
https://github.com/joepetrillo/orderly

clerkauth express nextjs postgresql prisma tailwindcss typescript

Last synced: 3 months ago
JSON representation

Final Project for CS 320 Software Engineering @ UMass Amherst

Awesome Lists containing this project

README

          

# 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](https://orderly.chat/)