Skip to content

kunalkcube/note-taking-app

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published