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

https://github.com/mayank-0407/bookdesk-docker

BookDesk is a Simple Interface between the Company and the Employees. BookDesk Can help Company to manage there Employees. Employees can Book the desk on which they want to work. They can book desk for 1,2,3 days from current date with time from 9 a.m. to 6.p.m. of selected date. Employees can not book desk for current day after 6 pm. Sign up Below
https://github.com/mayank-0407/bookdesk-docker

aggarwal book bookdesk desk django mayank mayankaggarwal project python

Last synced: 2 months ago
JSON representation

BookDesk is a Simple Interface between the Company and the Employees. BookDesk Can help Company to manage there Employees. Employees can Book the desk on which they want to work. They can book desk for 1,2,3 days from current date with time from 9 a.m. to 6.p.m. of selected date. Employees can not book desk for current day after 6 pm. Sign up Below

Awesome Lists containing this project

README

        

# Description
BookDesk is a Simple Interface between the Company and the Employees.
BookDesk Can help Company to manage there Employees.
Employees can Book the desk on which they want to work.
They can book desk for 1,2,3 days from current date with time from 9 a.m. to 6.p.m. of selected date.
Employees can not book desk for current day after 6 pm. Sign up Below for managing your employees easily.

# How UI Looks Like
![image](https://github.com/mayank-0407/BookDesk-me/assets/97796657/9319be61-e856-44d0-9fae-edab8d3ff3ed)
![image](https://github.com/mayank-0407/BookDesk-me/assets/97796657/b27f16e9-a64e-4a4c-956f-8ef277ab92fe)
## Company Dashboard
![image](https://github.com/mayank-0407/BookDesk-me/assets/97796657/3c2126b5-fa5e-4267-98db-13486692ab38)
## Desk Adding Page
![image](https://github.com/mayank-0407/BookDesk-me/assets/97796657/ad987976-0117-4f9b-bdfb-19ed5d62d05a)

# How to run project locally
- git clone https://github.com/mayank-0407/BookDesk-me.git
- cd ./repo
- pip install -r requirements.txt
- python manage.py runserver