Skip to content

w3dg/supercharged-notes

Repository files navigation

Supercharged Notes

The Supercharged Notes project is a Next.js application that allows users to create and manage their notes.

Tech Stack

  • Next.js
  • React Hook form - for form handling and errors
  • Clerk - for authenticating users
  • Prisma - ORM for querying database
  • TailwindCSS - For styling
  • Zod - Validating inputs and data
  • TailwindCSS with ShadCn - For styling

Docker is also used for spinning up a PostgreSQL Database. See docker-compose.yml

Demo

Watch a demo on Twitter/X here Imgur here

Getting Started

Setting up environment

cp sample.env .env

If you have Postgres running locally, connect to that by setting the connection string in .env. Or spin one up with Docker using the given compose file as below:

docker compose up

Get your API Keys from Clerk for a project and set it in the .env

Install dependencies

npm install # or use your preferred package manager

Run the development server:

npm run dev # or run with your preferred package manager

Set up the database schema with your postgres database

npm run db:push

Open http://localhost:3000 with your browser to see the result.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages