/TravelApp

Primary LanguageJavaScript

TravelApp

Application for giving feedback on public transport

Start the app

Back-end

  • go to the back-end/ directory: cd back-end/
  • then use: npm install
  • to run the app: node server.js

Front-end

  • go to front-end/ directory: cd front-end/
  • then use: npm install
  • to start the app : npm start