https://github.com/mohamedhegab/warehouse-reservation-backend
Api of software that helps suppliers to reserve time slots on the warehouses
https://github.com/mohamedhegab/warehouse-reservation-backend
Last synced: 2 months ago
JSON representation
Api of software that helps suppliers to reserve time slots on the warehouses
- Host: GitHub
- URL: https://github.com/mohamedhegab/warehouse-reservation-backend
- Owner: MohamedHegab
- Created: 2022-09-21T14:28:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-29T10:04:39.000Z (over 2 years ago)
- Last Synced: 2025-01-05T10:31:20.734Z (4 months ago)
- Language: Ruby
- Size: 52.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
## **Description**
Api for creating warehouses and reserving time slots in them.
## **Prerequisites**
- Ruby 3.1.2 installed on the system
## **How To Start**
1. `bundle install`
2. `rails db:create && rails db:migrate && rails db:seed`
3. `rails s`## Enhancements
- Adding timezone to the warehouse
- Adding monitoring service