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: about 1 month ago
JSON representation

Notes Web App

Awesome Lists containing this project

README

        

# Notes
[![Author](http://img.shields.io/badge/[email protected])](https://www.linkedin.com/in/rakha-djauhari/) [![GitHub license](https://img.shields.io/github/license/Zevhys/Notes)](https://github.com/Zevhys/Notes/blob/main/LICENSE) ![GitHub repo size](https://img.shields.io/github/repo-size/Zevhys/Notes)
[![CodeQL](https://github.com/Zevhys/Notes/actions/workflows/codeql.yml/badge.svg)](https://github.com/Zevhys/Notes/actions/workflows/codeql.yml) [![ESLint](https://img.shields.io/github/actions/workflow/status/Zevhys/Notes/eslint.yml?label=ESLint&logo=eslint)](https://github.com/Zevhys/Notes/actions/workflows/eslint.yml)

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



# Tech Stack
![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)
![Bootstrap](https://img.shields.io/badge/Bootstrap-7952B3?style=flat-square&logo=bootstrap&logoColor=ffffff)
![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?style=flat-square&logo=javascript&logoColor=000000)
![Node.js](https://img.shields.io/badge/Node.js-339933?style=flat-square&logo=nodedotjs&logoColor=white)
![Express.js](https://img.shields.io/badge/Express.js-000000?style=flat-square&logo=express&logoColor=white)
![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)
![FontAwesome](https://img.shields.io/badge/Font%20Awesome-339AF0?style=flat-square&logo=fontawesome&logoColor=ffffff)

# Requirements
```bash
# Clone Repository
git clone https://github.com/Zevhys/Notes .

# Install dependencies
npm install

# Start MongoDB
- mongod
- mongosh

# Run The Application
- node index.js
- Visit http://localhost:5000
```