Skip to content

TamasSzende/Hotel

Repository files navigation

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' };

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published