Overview
The Starter Antd Admin (Crud & auth) Mern App is a web application built using the MERN stack (MongoDB, Express.js, React, and Node.js). It comes with features such as generic CRUD (Create, Read, Update, Delete) API, admin/user management, and authentication using JSON Web Tokens (JWT). The backend is built with Node.js, Express.js, and MongoDB, while the frontend is built with React.js, Ant Design (Antd), and Redux.
Features
- Backend built with Node.js, Express.js, and MongoDB.
- Generic CRUD API for creating, reading, updating, and deleting data.
- Admin/user management API.
- Authentication with JWT.
- Frontend built with React.js, Ant Design (Antd), and Redux.
- Generic CRUD component/module for managing data.
- Admin/user management module.
- Authentication component for login/logout.
- Private and public routes.
- Not Found page.
- Beautiful UI dashboard.
Installation
To install the Starter Antd Admin (Crud & auth) Mern App, follow these steps:
- Clone the GitHub repository:
git clone https://github.com/{repository URL}
- Install the required dependencies:
cd {project folder}
npm install
- Start the server:
npm start
- Access the application in your web browser:
http://localhost:3000
Summary
The Starter Antd Admin (Crud & auth) Mern App is a powerful web application built using the MERN stack. It allows for easy creation, management, and authentication of data using generic CRUD operations and JSON Web Tokens. The beautiful UI dashboard and various modules make it a versatile tool for building CRM applications.