Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/waffensultan/my-cvsu-dorm
https://github.com/waffensultan/my-cvsu-dorm
nextjs postgresql shadcnui supabase tailwindcss zod
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/waffensultan/my-cvsu-dorm
- Owner: waffensultan
- Created: 2024-09-23T06:18:39.000Z (3 months ago)
- Default Branch: dev
- Last Pushed: 2024-10-24T10:07:50.000Z (2 months ago)
- Last Synced: 2024-10-25T08:12:57.843Z (2 months ago)
- Topics: nextjs, postgresql, shadcnui, supabase, tailwindcss, zod
- Language: TypeScript
- Homepage:
- Size: 195 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to [MyCVSUDorm!](https://github.com/waffensultan/my-cvsu-dorm/)!
## Tech Stack
- Next.js — **Server Components and Server Actions**
- Supabase — **Database, Auth & Storage**
- ShadcnUI & Tailwind CSS — **Styling**
- Zod — **Type-Safety and Data Validation**## Getting Started
1. Clone the project:
```bash
git clone https://github.com/Waffenffs/Dormie.git
```2. Install the project dependencies:
```bash
npm install
```3. Run the development server:
```bash
npm run dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.