Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 3 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
```