Skip to content

RehanMehtaIND/noteslite

Repository files navigation

NOTESLITE (Next.js + Prisma + PostgreSQL)

This project has been migrated from a split Vite + Express setup to a single:

  • Next.js (App Router)
  • React + TypeScript
  • Prisma ORM
  • PostgreSQL

Getting Started

  1. Install dependencies:
npm install
  1. Create your environment file:
cp .env.example .env
  1. Update .env with your PostgreSQL connection and JWT secret.

  2. Run Prisma migration:

npm run prisma:migrate -- --name init
  1. Start the app:
npm run dev

Open http://localhost:3000.

Key Paths

  • app/ - Next.js pages and API routes
  • components/ - client UI components
  • lib/ - shared server utilities (auth/session/prisma)
  • prisma/schema.prisma - database schema

Notes

  • Legacy frontend/ and backend/ folders are still present for reference but are no longer used by the app runtime.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 2

  •  
  •