Skip to content

Archiieee/TourMate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 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

NIT Warangal win

About

Tour Guide Finder

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 53.1%
  • TypeScript 30.2%
  • HTML 9.2%
  • CSS 7.5%