Skip to content

A simple Employee Management System built on top of MERN stack.

Notifications You must be signed in to change notification settings

jo-ui/Employee-management-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employee-management-system-mern-stack

Prerequisites

  • Node
  • npm/yarn

How to start

Fork the project and download the code open your favorite IDE

  1. Open terminal type command
cd server
npm i
  1. Start the server
npm start
  1. Split the terminal and type
cd client
npm i
npm start

TechStacks and Designs

  • Node
  • Express
  • React
  • MongoDB

Screenshots

Landing page

Add employee form

Edit employee page