Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidnguyen11/survey
https://github.com/davidnguyen11/survey
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/davidnguyen11/survey
- Owner: davidnguyen11
- Created: 2020-06-03T11:29:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T11:35:43.000Z (almost 2 years ago)
- Last Synced: 2024-10-13T15:10:53.543Z (about 1 month ago)
- Language: TypeScript
- Size: 1.62 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
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
## Documentation
- [admin](/admin/README.md)
- [survey-web](/survey-web/README.md)
- [survey-api](/survey-api/README.md)