Skip to content

Elagoht/EmployeeManagerJavaScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employee Management Project With JavaScript

Java Scipt NPM JSON

I was just learning JavaScript and accidentally developed this program. (At least I didn't build a shelf.)

Screenshot

Screenshot

Note: Dark reader enabled!

Dependencies

  • json-server (you may wanted to install it globally)
  • node
  • npm

How To Run

Clone or download and extract this project. Locate to project directory and start the backend with the command below:

npm run start

You should be able to connect to http://localhost:3200 address and see this error:

An error occurred while reaching the server.

This is because you also need to run the API service. To run this service execute this command:

json-server --watch api/employee.json

About

Employee Registry made with JavaScript and JSON Server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published