Skip to content

lazarvelickovic/comtrade-internship-app

 
 

Repository files navigation

comtrade-internship-app

Business Trip Advisor - a Comtrade internship project

The Team

Built using

  • Bootstrap and jQuery for the front-end
  • Node.js and mySql for the server-side

What is this?

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.

How to run it?

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

About

Business Trip Advisor - a comtrade internship project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.9%
  • HTML 27.5%
  • CSS 10.6%