SitUp is a desk booking system designed to help organizations manage their workspace efficiently. With SitUp, employees can easily book desks, meeting rooms, and other resources, ensuring a smooth and organized work environment.
- Desk Booking: Reserve desks in advance to ensure availability.
- Meeting Room Booking: Schedule and manage meeting room reservations.
- User Management: Administer user roles and permissions.
- Notifications: Receive email or SMS notifications for bookings and cancellations.
- Analytics: Track usage and generate reports to optimize workspace utilization.
To install SitUp, follow these steps:
- Clone the repository:
git clone https://github.com/yourusername/situp.git
- Navigate to the project directory:
cd situp
- Install the dependencies:
npm install
- Start the application:
npm start
- Open your web browser and navigate to
http://localhost:5000
. - Sign up for a new account or log in with your existing credentials.
- Start booking desks and meeting rooms as needed.
We welcome contributions to SitUp! To contribute, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch
- Make your changes and commit them:
git commit -m "Description of your changes"
- Push to the branch:
git push origin feature-branch
- Create a pull request.
SitUp is licensed under the MIT License.
For any questions or support, please contact us at support@situp.com. COME LA DOBBIAMO USARE ADESSO IN LOCALE SENZA DOCKER (finchè non c`è l'autoreload) REQUISITI:
- avere npm
- python
- docker
- postgres (running)
- venv
pushd js
npm ci
npm run build
popd
cd warp
create venv
source .venv/bin/activate
cd ..
pip install requirements.txt
start.sh