Skip to content

Latest commit

 

History

History
81 lines (62 loc) · 1.9 KB

README.md

File metadata and controls

81 lines (62 loc) · 1.9 KB

Employee review system

This app handles employee review management

What is used:

Frontend

  • React
  • Redux
  • Meterial UI

Backend

  • Express
  • MongoDB + Mongoose
  • Passport.js

Demo

Demo Doccou alpha

If the video is not accessible you can view here - https://www.loom.com/share/e04c6f7671e54edfba8557684f52c7cd

Usage

Clone this repo

$ git clone https://github.com/gkannan1989/employee-review-system.git

Go to the folder

$ cd employee-review-system

Go to the server folder

$ cd server

Install dependencies

$ npm install

Run mongo server

$ mongod

Run datafeed to create sample data

$ npm run datafeed

Rename .env.example to .env

Run server

$ npm run dev

Go back to the cli folder

$ cd ..

Install dependencies

$ npm install

Run client

$ npm run dev

Your application serves at localhost:8080

Test accounts based on the datafeed.js: - you can try the below accounts

[email protected]:123456777 - Admin
[email protected]:123456777 - Employee
[email protected]:123456777 - Employee
[email protected]:123456777 - Employee