Skip to content

A MERN stack web app to create, edit and store notes and render them in Markdown format

Notifications You must be signed in to change notification settings

Shashikanth101/HTML-Notepad

Repository files navigation

HTML-Notepad

Create and store notes in Markdown format

Instalation

Make sure you have node.js and npm already installed and clone this repository. Enter the below command to install dependencies

npm install

Usage

  • create a new .env file in the root of the project directory
  • Enter all your credentials as shown below
DB_URI=your_mongodb_uri
ACCESS_TOKEN_SECRET=your_jwt_access_token_secret

To run the application, enter the below command in your terminal

npm run dev

Once the server starts visit http://localhost:3000 to start using the application

About

A MERN stack web app to create, edit and store notes and render them in Markdown format

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published