Design attractive CAD layouts for your places right on your browser
--
Ever wanted to design CAD layouts for your offices, schools, movie halls etc., then SeatManagement is the right place for you
--
- Design a prototype for your place with a variety of tools and elements within no time
- Allocate different kinds of Seats to different members
- Get a statistical analysis of amount of seats that are reserved, allocated or vacant.
To setup project locally, fork the repository.
# install dependencies
npm install
# run the server
npm start
# Pull image
docker pull jscoffee/seat_management:1.0
# Run container
docker run -p <PORT>:3000 jscoffee/seat_management:1.0
#Shut down container
docker stop jscoffee/seat_management:1.0