Skip to content

sreeshilck/CRUD-user-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

User Management

A CRUD Application in React.js

Features

  • User can create account, login
  • JWT authentication
  • Admin can manage all the users

Tech Stack

  • React.js
  • Node.js
  • Express.js
  • MongoDB
  • jwt
  • React-Bootstrap
  • Mongoose
  • React-toastify

Run

Clone the project

  git clone https://github.com/sreeshilck/CRUD-user-management-react

Go to the project client directory

  cd CRUD-user-management-react/frontend

Install dependencies

  npm install

Start the client

  npm run start

Go to the project server directory

  cd CRUD-user-management-react/backend

Install dependencies

  npm install

Start the server

  npm start

Authors

License

MIT License