Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 465 Bytes

README.md

File metadata and controls

19 lines (18 loc) · 465 Bytes

Appraisal-Form

A single-page application for filling Employee Appraisal Forms.

Features

  1. Fill a new form
  2. View all filled records
  3. Search for an entry by id
  4. Edit or delete any record
  5. View any form filled and print a pdf copy of it

Tools used

  1. MongoDB
  2. NodeJS
  3. ExpressJS
  4. AngularJS

How to Run

In the directory run the following commands:

  1. npm install
  2. npm start
  3. Website runs at localhost:8080