Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/FatehAK/notebyte

Jot down your thoughts ✏️ with this simple note taking web app. Built with Node.js, Express and Mongo.
https://github.com/FatehAK/notebyte

ejs express mongodb nodejs render

Last synced: 3 months ago
JSON representation

Jot down your thoughts ✏️ with this simple note taking web app. Built with Node.js, Express and Mongo.

Awesome Lists containing this project

README

        



notebyte logo

Notebyte


version
vite
vite
pnpm

 

Jot down your thoughts with this simple note taking web app.

View the app live - https://notebyte.onrender.com/

## Uses

- Node.js backend
- ExpressJS for routes and session
- MongoDB store
- EJS templating
- [Render](https://render.com/) for hosting

## Local Development

To get started developing right away:

- Install all project dependencies with `pnpm install`
- Start the development server with `pnpm start`
- The dev server should be running at `localhost:3000`