Skip to content

Latest commit

 

History

History
74 lines (47 loc) · 1.82 KB

README.md

File metadata and controls

74 lines (47 loc) · 1.82 KB

Design attractive CAD layouts for your places right on your browser

GitHub last commit Repo License Github Repo Size Docker Pulls

--

Ever wanted to design CAD layouts for your offices, schools, movie halls etc., then SeatManagement is the right place for you

--

Dependencies🗃:

socket.io Nodejs express matrialize


Features

  • 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.

Screenshots Website Badge

Imgur1 Imgur2


Setup

To setup project locally, fork the repository.

# install dependencies
npm install

# run the server
npm start

Docker

🐳 Run through Docker

# 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