This project aims to automate room booking process and appliances control process.
install following tools:
- NodeJS - JS runtime environment - https://nodejs.org/en/
- Ganache - https://www.trufflesuite.com/ganache
- Git - https://git-scm.com/downloads
- open ganache.
- create new workspace
- add truffle-config file from this project.
- set gas limit as in truffle-config file.
- set gas price to 20000 and save.
open git bash and run following commands
git clone https://github.com/jeel2308/Hotel_Automation.git
cd Hotel_Automation
npm install
- open saved workspace in ganache.
- move to project directory and run following command in terminal
npm run dev