https://github.com/mayank-0407/book-anywhere
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/book-anywhere
aggarwal book bookdesk desk django mayank mayankaggarwal project projects 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
- Host: GitHub
- URL: https://github.com/mayank-0407/book-anywhere
- Owner: mayank-0407
- Created: 2023-01-27T19:18:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-16T11:09:18.000Z (almost 2 years ago)
- Last Synced: 2025-02-06T18:46:28.183Z (4 months ago)
- Topics: aggarwal, book, bookdesk, desk, django, mayank, mayankaggarwal, project, projects, python
- Language: CSS
- Homepage:
- Size: 801 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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


## Company Dashboard

## Desk Adding Page
# 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