https://github.com/msarsha/empoyees-home-assignment
crud app with NodeJS and Angular 8
https://github.com/msarsha/empoyees-home-assignment
Last synced: 2 months ago
JSON representation
crud app with NodeJS and Angular 8
- Host: GitHub
- URL: https://github.com/msarsha/empoyees-home-assignment
- Owner: msarsha
- Created: 2019-09-11T07:14:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T09:36:10.000Z (over 2 years ago)
- Last Synced: 2025-02-08T12:16:14.202Z (4 months ago)
- Language: TypeScript
- Size: 1.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# empoyees-home-assignment
crud app with NodeJS and Angular 8Running the application:
* Install MongoDB server on your machine
* run ```npm i``` inside /server and /employees-app to install dependencies
* run ```node index.js``` inside /server to run the NodeJS server.
* run ```npm start``` inside /employees/app to run the Angular appliaction.