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

https://github.com/adharshkamath/angular-crud

CRUD app to manage employee details and appraisals
https://github.com/adharshkamath/angular-crud

angular crud-application mean-stack

Last synced: 4 months ago
JSON representation

CRUD app to manage employee details and appraisals

Awesome Lists containing this project

README

          

Angular-CRUD

An application to manage Employee appraisals

## Install

```sh
npm install
```
Install packages in both backend, and frontend/angular-crud-ops directories

## Usage

To start the server, in the backend/ folder
```sh
npm start
```