Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/FatehAK/notebyte
- Owner: FatehAK
- Created: 2019-07-15T13:33:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-01T10:34:00.000Z (over 1 year ago)
- Last Synced: 2024-07-24T01:59:33.998Z (4 months ago)
- Topics: ejs, express, mongodb, nodejs, render
- Language: JavaScript
- Homepage: https://notebyte.onrender.com/
- Size: 104 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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`