- master - Source Branch
Node.js with Typescript is used to develop the backend using express framework
npm installto install the dependenciesnpm run seedDatato save the entries from json to MongoDBnpm run startto start & launch the server- It will run the server on port 8000 & api is available to consume
- GET - http://localhost:8000/api/product
- npm test
Angular with Typescript is used to develop the frontend
npm installto install the dependenciesng serveto start & launch the local server- It will run the server on port 4200 & application is accissible on
http://localhost:4200
- It will run the server on port 4200 & application is accissible on
MongoDB is used to save & retrieve the data. It also ensures efficient data handling & increasing performance