Skip to content

Latest commit

 

History

History
41 lines (17 loc) · 1.24 KB

README.md

File metadata and controls

41 lines (17 loc) · 1.24 KB

Created an online hotel reservation website during my time at PROGmasters Co.

Methodology

We are a group of 3 developers using Agile Scrum methodology.

To complete the project we had sprints, and therefore one sprint planning session where we assigned tickets.

Tickets were managed on our Miro board, and we also had pair programming sessions to avoid merge conflicts since features of the system are highly dependent on each other.

How to run

To run the Angular frontend section, first you have to install N ode.js on your computer:

Then you have to move into the fronted directory ( ..\hotel ), and install all modules listed as dependencies in "package.json", using the following command:

  • ​ npm install

If you would like to visualize the Google maps, please use your own API key. After you got one, create a GoogleApiKey.ts file inside frontend (..\environments) directory, and write the key into it, like:

export const *googleApiKey* ={ apiKey: 'YourApiKey' };