An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# empoyees-home-assignment
crud app with NodeJS and Angular 8

Running 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.