Web application that is microservice and front side application working with API. Made on studies in Poznan University of Technology.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them
Node.js
https://nodejs.org/en/download/
A step by step series of examples that tell you how to get a development env running
Download Node.js
https://nodejs.org/en/download/
Clone repository or download .zip
git clone https://github.com/Pefes/RoomBooker
Go into application's main directory
cd ./RoomBooker
Run the application
node app.js
https://room-booker-home.herokuapp.com/home
- Node.js - Technology used
- Express - Framework used
- EJS - Used to generate html files
- Rest of dependencies are included in package.json file in "dependencies"
- Pefes - Node.js server and front
- TheTerabit - API


