Business Trip Advisor - a Comtrade internship project
- https://github.com/stefancvetincanin - Stefan Cvetinčanin
- https://github.com/marko83nbg - Marko Tomašević
- https://github.com/darkoradisavljevic - Darko Radisavljević
- https://github.com/lazarvelickovic - Lazar Veličković
- https://github.com/toshew - Vladan Tošev
- https://github.com/PetrovicNatasa - Nataša Petrović
- Bootstrap and jQuery for the front-end
- Node.js and mySql for the server-side
Application Business Trip Advisor should improve internal communication among employees who are traveling for business. In the first phase, the application provides information about accommodation and life in the city to Comtrade employees, and gives them the opportunity to share useful information with their colleagues for future trips to the same location.
Firstly, clone the repository to your pc (duh :))
Secondly, you need to have Xampp, or Wamp, or any other web server solution installed that can host a mySql database. Start the server and mySql services, create a new database called bta_baza using utf8_unicode_ci encoding, and import the bta_baza.sql file located in:
comtrade-internship-app/baza/bta_baza.sql
After that is done, navigate to the folder where you cloned the repository using your favourite terminal, and install the necessary dependencies and start the app (you should have the latest node.js and npm installed).
npm install node app.js
All done! The app will be hosted on the localhost:3000 address