https://github.com/davidnguyen11/survey
https://github.com/davidnguyen11/survey
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/davidnguyen11/survey
- Owner: davidnguyen11
- Created: 2020-06-03T11:29:43.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T11:35:43.000Z (over 2 years ago)
- Last Synced: 2025-02-14T01:50:28.997Z (4 months 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)