https://github.com/akshaypatra/my_notebook-frontend
MyNotebook is Full stack web application made using MERN stack. Its a CRUD application where anyone can login with valid credentials and read,add,delete and update their notes .
https://github.com/akshaypatra/my_notebook-frontend
bootstrap express mongodb nodejs reactjs
Last synced: 2 months ago
JSON representation
MyNotebook is Full stack web application made using MERN stack. Its a CRUD application where anyone can login with valid credentials and read,add,delete and update their notes .
- Host: GitHub
- URL: https://github.com/akshaypatra/my_notebook-frontend
- Owner: akshaypatra
- Created: 2024-03-13T05:14:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-13T07:55:27.000Z (8 months ago)
- Last Synced: 2025-01-26T11:29:38.421Z (4 months ago)
- Topics: bootstrap, express, mongodb, nodejs, reactjs
- Language: JavaScript
- Homepage:
- Size: 214 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### MyNotebook is Full stack web application made using MERN stack.
Its a CRUD application where anyone can login with valid credentials and read,add,delete and update their notes .In this application
* Frontend is made using React framework and Bootstrap
* Server is made using express framework
* MongoDB is used as databaseTo run the application :
* frontend : npm start
* backend : npm start### Added user Athentication to secure user specific notes
### User can create notes and save it in database
### Notes can be created as well as deleted