Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 622 Bytes

README.md

File metadata and controls

22 lines (20 loc) · 622 Bytes

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