Skip to content

A simple client-server architecture web application that shows full CRUD operation, use of API, and some extra features for fun.

Notifications You must be signed in to change notification settings

hlong24399/employee-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Employee Management

A simple client-server architecture web application that shows full CRUD operation, use of API, and some extra features for fun.

Installation


In the project directory, you can run:

npm install

Install dependencies for server and client folders.

Note: Runs the installation in both client folder and server folder since they have separate collections of library.


Then run the project by executing two applications:

npm start

Runs the client in the development mode, open http://localhost:3000 to view it in your browser.

Runs the server and connect with localhost MongoDB database, the server will be live at http://localhost:8888

Note: Runs the start for both client and server.


About

A simple client-server architecture web application that shows full CRUD operation, use of API, and some extra features for fun.

Resources

Stars

Watchers

Forks