Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zevhys/notes
- Owner: Zevhys
- License: mit
- Created: 2024-08-01T01:35:54.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-26T11:02:23.000Z (2 months ago)
- Last Synced: 2024-10-12T00:05:24.928Z (25 days ago)
- Topics: boostrap, css, ejs, express, html, javascript, mongodb
- Language: EJS
- Homepage:
- Size: 3.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```