Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alisonmonteiro/dsnapp
Simple notes app - exploring Supabase and Shadcn/UI
https://github.com/alisonmonteiro/dsnapp
nextjs shadcn-ui supabase
Last synced: about 1 month ago
JSON representation
Simple notes app - exploring Supabase and Shadcn/UI
- Host: GitHub
- URL: https://github.com/alisonmonteiro/dsnapp
- Owner: alisonmonteiro
- Created: 2024-03-07T19:29:47.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-13T23:42:27.000Z (7 months ago)
- Last Synced: 2024-04-17T02:46:22.403Z (7 months ago)
- Topics: nextjs, shadcn-ui, supabase
- Language: TypeScript
- Homepage:
- Size: 192 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DSN App
Dead Simple Notes App. A simple experiment created with Next.js, Tailwind, TypeScript, Shadcn/UI, and Supabase. This was created to explore some of Supabase's functionalities.
## Getting Started
1. Create a Supabase account and start a new project. After that, create a new table using [this](https://github.com/alisonmonteiro/dsnapp/blob/main/src/scripts/tables.sql) script.
2. Create an `.env` file based on the `.env.example` provided in this repository.
```
cp .env.example .env
```3. Run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.