Skip to content

Directive14/HolidayAdvisor

Repository files navigation

Holiday Advisor - Your next holiday destination travel site


A project by Team Directive14

Our project is a website which provides you with information about travel destinations. Our users can add a destination where they had been to and give a simple review for it to help future travelers decide where to go next. They can also rate other destinations and get additional info about our partners. We also have a blog where you can read neat tips and trick how to travel comfortably and with style.


Links


Authors

Name http://telerikacademy.com profile https://github.com profile
Ilian Gogov Iliangogov iliangogov
Toni Nikolov Tony_Nikolov TonyNikolov
Desislava Ivanova derketo de3ka

Setup instructions

1. npm install - installs all packages

2. npm start to start the project

3. go to localhost:4200


Routes

  • /home -> shows home screen (public)
  • /partners -> shows all partners (public)
  • /feed -> shows blog (public)
  • /about -> shows about us info (public)
  • /login -> log in user (public)
  • /register -> register user (public)
  • /notloggedin -> shows not logged in screen when someone tries to enter private route (public)
  • /notfound -> shows not found screen when someone tries to enter invalid route (public)
  • /logout -> logout (private)
  • /places -> all places (private)
  • /places/:name -> place details (private)
  • /createplace -> add new place (private)
  • /createPartner -> add new partner (private)
  • /profile -> user's profile (private)
  • /profile/:username -> shows user's details page (private)
  • /update -> update user's profile (private)
  • /users -> shows all users (private)