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
- Host: GitHub
- URL: https://github.com/joepetrillo/orderly
- Owner: joepetrillo
- Created: 2023-03-01T16:11:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-17T16:35:59.000Z (about 3 years ago)
- Last Synced: 2025-04-02T06:30:42.399Z (over 1 year ago)
- Topics: clerkauth, express, nextjs, postgresql, prisma, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://www.orderly.chat
- Size: 522 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)