This is a web application built with Next.js for taking and managing notes, utilizing MongoDB as the database with Prisma ORM.
- Create, edit, view, and delete notes
- Rich text editor for note writing
- Responsive design
- Node.js
- pnpm (If you don't have pnpm installed, you can install it by running
npm install -g pnpm
)
-
Clone the repository:
git clone https://github.com/BhanukaAGH/note-taking-app.git
-
Navigate to the project directory:
cd note-taking-app
-
Install the dependencies:
pnpm install
-
Copy the
.env.example
file and create a new.env
file. Update the environment variables in the.env
file with your configurations. -
Run the development server:
pnpm dev
Now, you can navigate to http://localhost:3000
in your browser to see the application running.