Kept is a web tool designed to help organize your team departments. Create a department specific knowledge base, store documentation, make announcements, keep organized with Kept.
- React
- Firestore
- Netflify
- Docker
- TailwindCSS
To recreate this project
git clone https://github.com/highsmithcodes/employee-management-app.gitEnable email and password authentication
| collection | fields |
|---|---|
| users | accountAdminId(string), companyName(string) |
| companies | company(string), fullName(string), id(string) |
| posts | authorId(string), content(string), title(string) |
