A single-page application for filling Employee Appraisal Forms.
- Fill a new form
- View all filled records
- Search for an entry by id
- Edit or delete any record
- View any form filled and print a pdf copy of it
- MongoDB
- NodeJS
- ExpressJS
- AngularJS
In the directory run the following commands:
npm install
npm start
- Website runs at localhost:8080