Skip to content

krazykarthik2/EMPBOARD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employee-Management-System

A MERN app for a basic Employee Management System in which you can add and remove employee details.

Screenshots

Installation

  1. Inside your MongoDB server make a connection to localhost:27017 and make a database using:
    Database Name: "employee-management"
    Database Collection: "employees"
    If you want to use some other names, do remember to also change them accordingly in the backend (api) folder.

  2. Install dependencies in the backend (api) and frontend (client) folder using

npm install
  1. After, run the backend by
cd api
npm start
  1. Now run the frontend by
cd client
npm start

Suggestions and Improvements are Appreciated

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published