Skip to content

A full-stack app with React/Angular frontend and Node.js/Express backend using MongoDB. Features secure authentication, role-based access, and CRUD operations. Built with JWT, bcrypt, and RESTful APIs. Easy setup & scalable architecture. Contributions welcome!

Notifications You must be signed in to change notification settings

DeepakCodeWaves/admin-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Admin Dashboard

This repository contains a full-stack Admin Dashboard with a React frontend and an Express + MongoDB backend.

Features

User Authentication (Register/Login with JWT)

Role-based Access Control (Admin & Users)

Secure API with MongoDB

Fully Responsive UI

Modern Tech Stack (React, Node.js, Express, MongoDB)

admin-dashboard
├─ backend
│  ├─ .env
│  ├─ .eslintrc.js
│  ├─ controllers
│  │  └─ authController.js
│  ├─ index.js
│  ├─ middleware
│  │  └─ authMiddleware.js
│  ├─ models
│  │  └─ User.js
│  ├─ package-lock.json
│  ├─ package.json
│  ├─ routes
│  │  └─ authRoutes.js
│  └─ tests
│     ├─ auth.test.js
│     └─ setup.js
└─ README.md

About

A full-stack app with React/Angular frontend and Node.js/Express backend using MongoDB. Features secure authentication, role-based access, and CRUD operations. Built with JWT, bcrypt, and RESTful APIs. Easy setup & scalable architecture. Contributions welcome!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published