Ecosyste.ms: Awesome
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: 3 months ago
JSON representation
CRUD app to manage employee details and appraisals
- Host: GitHub
- URL: https://github.com/adharshkamath/Angular-CRUD
- Owner: adharshkamath
- Created: 2020-06-16T18:01:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-11T13:06:57.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T01:18:50.471Z (almost 2 years ago)
- Topics: angular, crud-application, mean-stack
- Language: TypeScript
- Homepage:
- Size: 2.98 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
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
```