Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/adarshnaidu/employee-appraisal-webapp
- Owner: AdarshNaidu
- Created: 2020-06-17T10:38:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-27T06:00:33.000Z (over 3 years ago)
- Last Synced: 2023-03-07T21:30:59.299Z (almost 2 years ago)
- Topics: angular6, crud-application, express-js, mean-stack, mongodb, node-js
- Language: TypeScript
- Size: 2.68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.