Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 868 Bytes

README.md

File metadata and controls

52 lines (36 loc) · 868 Bytes

Note Taking App

A simple note taking app using Node.js, EJS, Express, MongoDB, and JWT

Table of Contents

Installation

  1. Clone the repository:
git clone https://github.com/kunalkcube/note-taking-app
  1. Install dependencies:
npm install
  1. Create a .env file in the root directory and add your environment variables:
JWT_SECRET=your_jwt_secret
MONGODB_URI=your_mongodb_uri

Usage

  1. Add start script to your package.json:
"start": "nodemon index.js"
  1. Start the application:
npm start
  1. Open your web browser and go to http://localhost:3000 to view the application.

Contributing

Contributions are welcome! Feel free to submit pull requests.

License

MIT