Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saar-twito/ox.security---employee-status-management-system
A system for managing employee statuses like 'Working', 'On Vacation', and 'Lunch Time'. Easily add, update, or remove employees and track their current status.
https://github.com/saar-twito/ox.security---employee-status-management-system
apollo-client apollo-server graphql mongoose
Last synced: 17 days ago
JSON representation
A system for managing employee statuses like 'Working', 'On Vacation', and 'Lunch Time'. Easily add, update, or remove employees and track their current status.
- Host: GitHub
- URL: https://github.com/saar-twito/ox.security---employee-status-management-system
- Owner: saar-twito
- Created: 2024-09-18T05:18:34.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T06:12:24.000Z (2 months ago)
- Last Synced: 2024-10-10T14:24:54.906Z (about 1 month ago)
- Topics: apollo-client, apollo-server, graphql, mongoose
- Language: TypeScript
- Homepage: https://ox-security-client.onrender.com/
- Size: 275 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Employee Status Management System
This project is an Employee Status Management system built with Apollo GraphQL for the backend and React for the frontend. It uses MongoDB for data persistence.## Features
- ✅ Create new employees
- ✅ Update employee statuses
- ✅ Delete employees
- ✅ View a list of all employees## Tech Stack
- **Backend**: Apollo GraphQL, Node.js, MongoDB (Mongoose)
- **Frontend**: React, Apollo Client
- **Database**: MongoDB