Table of Contents
This project is a flexible web application built to help manage shared office space efficiently. It solves a key problem: "Who works where, and when?"
- Calendar View — Navigate to upcoming weeks and see bookings at a glance
- Log in/Registretion — Each user has to register
- Desk Availability Dashboard — See which desks are free and which are booked
- Interactive Floorplan (SVG) — Select desks visually
- Team Bookings — Book for yourself a desk
- Cancellations — Cancel your own bookings
Ensure you have the latest version of npm installed:
- npm
npm install npm@latest -g
Follow these steps to set up and run the project locally:
-
Clone the repo
git clone https://github.com/eediallo/deskeando.git
-
Install NPM packages in web and api directories
npm install
-
Configure Environment Variables
Create a
.envfile with the following variables:DATABASE_URL=your_postgresql_database_url JWT_SECRET=your_jwt_secret PORT=3000
-
Start the Development Server
To start both the frontend and backend concurrently in development mode, run:
npm run dev
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are *greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
See LICENSE.txt for more information.