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.
- Host: GitHub
- URL: https://github.com/eddie4k-code/reactnoteapp
- Owner: Eddie4k-code
- Created: 2022-06-30T19:15:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-16T16:55:18.000Z (over 2 years ago)
- Last Synced: 2025-02-12T12:22:15.478Z (3 months ago)
- Topics: application, javascript, mern, mongodb, mongoose, nodejs, note, notes, react
- Language: JavaScript
- Homepage:
- Size: 87.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

