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: 2 months ago
JSON representation

iNotebook - notes on the cloud MERN stack project

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