Skip to content

Managing the details of the Employee in a company by creating , updating the details and deleting when required. The data of the employee will be stored in a temporary json file (fake server)

Notifications You must be signed in to change notification settings

amoghga57/Employee-Details-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Step To Run the App locally in the System

Step 1: Create a clone of the required repository

◽ Open the command prompt and paste the below code

$ ~ git clone https://github.com/amoghga57/Employee-Details-App

◽ Open the cloned folder(User App) in Visual Studios

Step 2: Run the temporary JSON server

◽ Run the below temporary JSON server command in the terminal

$ ~ npx json-server server/db.json --watch port 5000

◽server/db.json is the folder location of the temporary JSON server

◽port 5000 is another replica of 3000

Step 3: Run the command to start the App in port 3000

◽ Run the below command in the terminal to start

$ ~ npm start

About

Managing the details of the Employee in a company by creating , updating the details and deleting when required. The data of the employee will be stored in a temporary json file (fake server)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published