An open API service indexing awesome lists of open source software.

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 .

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 database

To run the application :

* frontend : npm start
* backend : npm start

### Added user Athentication to secure user specific notes
Screenshot 2024-09-13 at 13 21 06

### User can create notes and save it in database
Screenshot 2024-09-13 at 13 22 05

### Notes can be created as well as deleted
Screenshot 2024-09-13 at 13 22 16