https://github.com/sethshivam11/cloudnotebook
This is a notebook on cloud. It can be used to write, edit, save, update and delete notes on the web.
https://github.com/sethshivam11/cloudnotebook
bootstrap fullstack mongodb nodejs reactjs
Last synced: 2 months ago
JSON representation
This is a notebook on cloud. It can be used to write, edit, save, update and delete notes on the web.
- Host: GitHub
- URL: https://github.com/sethshivam11/cloudnotebook
- Owner: sethshivam11
- Created: 2023-08-27T09:38:00.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-24T10:59:25.000Z (over 2 years ago)
- Last Synced: 2025-01-22T16:45:57.226Z (over 1 year ago)
- Topics: bootstrap, fullstack, mongodb, nodejs, reactjs
- Language: JavaScript
- Homepage: http://cloudnotebook-zp4a.onrender.com
- Size: 6.52 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cloudnotebook
- It is a simple notes app on the web, users can perform crud operations on their notes.
## To clone the project
`git clone https://github.com/sethshivam11/cloudnotebook.git`
`cd cloudnotebook`
## To build the project
`npm run build`
## To run the project
`npm start`
## Environment variables
`PORT`
`MONGODB_URI`
`JWT_SECRET`
`NODE_ENV` -- expected value `production`