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

https://github.com/eddie4k-code/reactnoteapp

Simple note application with user authentication made with React, node, mongoosedb.
https://github.com/eddie4k-code/reactnoteapp

application javascript mern mongodb mongoose nodejs note notes react

Last synced: about 2 months ago
JSON representation

Simple note application with user authentication made with React, node, mongoosedb.

Awesome Lists containing this project

README

        

# ReactNoteApp
Simple note application with user authentication made with React, node, mongoosedb.

Users can



  • Register and Login

  • Create Notes, which are saved to the database

  • Delete Notes

Run the Frontend


cd to frontend
- npm start

Run the Backend


cd to backend
- npm start

Screenshots

![image](https://user-images.githubusercontent.com/98666468/176958391-3c0a9344-88b7-4f60-bead-396c5dd46d5b.png)

![image](https://user-images.githubusercontent.com/98666468/176958429-bc54e56e-d304-4cba-9cc7-a228d4c9bc26.png)