Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/davidnguyen11/survey


https://github.com/davidnguyen11/survey

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

        

# Survey app

Survey app contains 3 components

- admin: allow admin to manage information, performance reviews of employee.
- survey-web: allow employee seeing their performance reviews and submit reviews for other employee.
- survey-api: provide API to `admin` & `survey-web` to get or update information to database.

## Architecture

Screen Shot 2020-06-07 at 18 23 36

## Documentation

- [admin](/admin/README.md)
- [survey-web](/survey-web/README.md)
- [survey-api](/survey-api/README.md)