Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/programmingwithgaurav/mern-inotebook
iNotebook - notes on the cloud MERN stack project
https://github.com/programmingwithgaurav/mern-inotebook
Last synced: about 9 hours ago
JSON representation
iNotebook - notes on the cloud MERN stack project
- Host: GitHub
- URL: https://github.com/programmingwithgaurav/mern-inotebook
- Owner: ProgrammingWithGaurav
- Created: 2021-10-24T10:02:48.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T09:33:51.000Z (almost 2 years ago)
- Last Synced: 2023-10-30T12:28:26.176Z (about 1 year ago)
- Language: JavaScript
- Size: 375 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iNotebook - Your notes on the cloud
- Save Your Notes secured on the cloud
- live site: https://my-inotebook.netlify.app/## Made with MERN STACK
## Features
- Create Account
- Sigin
- Logout
- Private Note
- Get your details after signup
- Delete your account## Notes Features
- create note
- read note
- update note
- delete note## Steps need to make this project
1. Get start with react setup
2. build a crud api with nodejs, mongoose, and express
3. adding signup, signin, getuser endpoint
4. api completed
5. deploy it to heroku
6. making react components
7. using api by fetch api in react
8. deploy to netlify