/DevNote

DevNote is the place to store all your ideas in the form of notes and make your productivity last longer.

Primary LanguageTypeScript

DevNote🔥

Welcome to DevNote, your one-stop solution for organizing your ideas in the form of notes. This Next.js project, powered by Prisma ORM and Convex.dev, allows you to manage your thoughts, projects, and more, all in one place.

Setup

To get started with DevNote, follow these steps:

1. Clone the Repository

git clone https://github.com/yourusername/devnote.git
cd devnote

2. Install Dependencies

npm install
# or
yarn install

3. Environment Variables

DATABASE_URL="your_database_url_here"
SESSION_SECRET="your_session_secret_here"

4. Database Setup

npx prisma migrate dev

4. Database Setup

npx prisma migrate dev
  1. Start the Development Server
npm run dev
# or
yarn dev

Your project is setup now. 🚀