Skip to content

This is an Admin-panel To assess the candidate's proficiency in the MERN (MongoDB, Express.js, React.js, Node.js) stack by developing a basic admin panel that includes user registration, login, logout functionalities, and CRUD operations on users.

Notifications You must be signed in to change notification settings

saksham0712/Admin-panel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Admin Panel

This project is an Admin Panel developed using the MERN stack (MongoDB, Express.js, React.js, Node.js). The admin panel includes user registration, login, logout functionalities, and CRUD operations on users and fully responsive.

Features

  • User Registration
  • User Login
  • User Logout
  • CRUD Operations on Users

Instructions

Prerequisites

Make sure you have Node.js and npm installed on your machine.

Installation

  1. Clone the repository:

    https://github.com/saksham0712/Admin-panel.git  
    cd admin-panel
  2. Install dependencies:

    For the client:

    cd client
    npm install

    For the server:

    cd server
    npm install
  3. Running the Application:

    For the client:

    cd client
    npm start

    For the server:

    cd server
    npm start
  4. Registering as an Admin

    To register yourself as an admin, enter the code 'Admin' in the admin code field during the registration process.

  5. Project Status:

    This project is currently a work in progress. Contributions and suggestions are welcome!

  6. Acknowledgements

  7. Contact

    For any questions or suggestions, please reach out to me at [[email protected]].

About

This is an Admin-panel To assess the candidate's proficiency in the MERN (MongoDB, Express.js, React.js, Node.js) stack by developing a basic admin panel that includes user registration, login, logout functionalities, and CRUD operations on users.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages