Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zevhys/notes

Notes Web App
https://github.com/zevhys/notes

boostrap css ejs express html javascript mongodb

Last synced: 25 days ago
JSON representation

Notes Web App

Awesome Lists containing this project

README

        

# Notes
A simple web application for managing notes (CRUD operations) using Node.js, Express, MongoDB, and EJS.

# Technologies
![HTML](https://img.shields.io/badge/HTML-E34F26?style=flat-square&logo=html5&logoColor=ffffff)
![CSS](https://img.shields.io/badge/CSS-1572B6?style=flat-square&logo=css3&logoColor=ffffff)
![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?style=flat-square&logo=javascript&logoColor=000000)
![Bootstrap](https://img.shields.io/badge/Bootstrap-7952B3?style=flat-square&logo=bootstrap&logoColor=ffffff)
![FontAwesome](https://img.shields.io/badge/Font%20Awesome-339AF0?style=flat-square&logo=fontawesome&logoColor=ffffff)
![EJS](https://img.shields.io/badge/EJS-023430?style=flat-square&logo=ejs&logoColor=ffffff)
![MongoDB](https://img.shields.io/badge/MongoDB-47A248?style=flat-square&logo=mongodb&logoColor=ffffff)

# Installation
```bash

# Install dependencies
npm install

# Start MongoDB
- mongod
- mongosh

# Run the application
node index.js
Visit http://localhost:5000
```