https://github.com/redgerd/notes-app
https://github.com/redgerd/notes-app
crud-application mern-stack rest-api
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/redgerd/notes-app
- Owner: Redgerd
- Created: 2024-09-12T09:05:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-19T15:23:22.000Z (over 1 year ago)
- Last Synced: 2024-11-13T15:14:24.356Z (about 1 year ago)
- Topics: crud-application, mern-stack, rest-api
- Language: JavaScript
- Homepage:
- Size: 4.49 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MERN Stack Full Tutorial & Project
This repository contains a comprehensive MERN stack application that covers both frontend and backend development for a simple notw takeing web application.
## Features
- User authentication and authorization
- Role-based access control
- CRUD operations with MongoDB
- React frontend with form handling
- JWT authentication
## Project Structure
The project is structured into several main parts:
- **Backend**: Contains the Express.js server, MongoDB models, and controllers.
- **Frontend**: Contains the React application for the user interface.
- **Config**: Configuration files for environment variables and other settings.

