Skip to content

gatwirival/employee-mgmt-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

employee-mgmt-system(Angular 14)

  • A MongoDB Atlas cluster is used for data persistence.
  • RESTful API for performing CRUD (Create, Read, Update, and Delete) operations on an employee.

Run Locally

Git Clone cd root folder

npm install --save npm-install-global

Run Server

cd server

npx ts-node src/server.ts

Run Client

cd client

ng serve -o

Install and link mongodb and typescript.

Add your password to ATLAS_URI.

Run both fronted(client) and backend (server)

  • The following pages are included in the interface:

Add new employees.

image

Update existing employees.

image

View all of the employees

image

About

Employee Management System

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages