- A MongoDB Atlas cluster is used for data persistence.
- RESTful API for performing CRUD (Create, Read, Update, and Delete) operations on an employee.
Git Clone cd root folder
npm install --save npm-install-global
cd server
npx ts-node src/server.ts
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: