A simple note taking app using Node.js, EJS, Express, MongoDB, and JWT
- Clone the repository:
git clone https://github.com/kunalkcube/note-taking-app
- Install dependencies:
npm install
- Create a
.env
file in the root directory and add your environment variables:
JWT_SECRET=your_jwt_secret
MONGODB_URI=your_mongodb_uri
- Add start script to your package.json:
"start": "nodemon index.js"
- Start the application:
npm start
- Open your web browser and go to http://localhost:3000 to view the application.
Contributions are welcome! Feel free to submit pull requests.
MIT