Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/adarshnaidu/employee-appraisal-webapp

A simple Angular CRUD application for employee appraisal system
https://github.com/adarshnaidu/employee-appraisal-webapp

angular6 crud-application express-js mean-stack mongodb node-js

Last synced: 1 day ago
JSON representation

A simple Angular CRUD application for employee appraisal system

Awesome Lists containing this project

README

        

# Employee Appraisal Webapp
### Pre requisites for the project
1. Node and npm should be installed
2. MongoDb server should be setup
3. AngularCli 6 or above should be installed

### Project Setup
1. Clone the repository
2. Navigate to frontend folder.
3. Run `npm install` to install dependencies.
4. Run `npm start` or `ng serve` to start the angular app.
5. Start a mongoDb instance.
6. Navigate to backend folder.
7. Run `npm install` to install dependencies.
8. Run `npm start` or `node server.js` to start the server.
9. Open `http://localhost:4200` in browser to access the project.