Skip to content

ABBEY-H1/TourMate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TourMate - Tour Guide Finder

Backend

Java Version: Java 11 (LTS)

Getting Started

Clone the repository Install Java 11
Open terminal (preferably CMD) and run the following commands:
cd backend
gradlew bootrun
This will start a localhost server on port 8080.
H2DB Console:

Navigate to localhost:8080/database
JDBC URL: jdbc:h2:file:./build/h2db/db/TourMate
User ID: sa1
Password: password1
Swagger URL: http://localhost:8080/swagger-ui/index.html#/

Frontend
Used Angular CLI
To run the project:
Install NodeJS from https://nodejs.org/en/download/
Open terminal (preferably CMD) and run the following commands:
npm install -g @angular/cli
cd ui
npm start
This will start a localhost server on port 4200.
By following these steps, you will be able to run the TourMate application on your local machine.

Certificate

Certificate1024_1

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published