Skip to content

MaryamWeb/Travel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Travel Planner

Introduction

My goal for the project was to build a website using java, MySQL and Spring.

The website will allow you to create an account, view all the available trips and their activities. Also, you can join any trip and choose the activity you would like to join. On your personal page, you can view all trips that you added.

The website is built using Java/Spring Boot for the backend with MySQL database and styled with Bootstrap.

Getting Started

Running Locally

  • Clone the repository with git clone https://github.com/MaryamWeb/Travel or download it.
  • Open Eclipse: File -> Import -> Existing Project into Workspace -> Select the project.
  • In MySQL create a schema for the project create schema travelDB; .
  • Open the file src/main/resources/application.properties and add your Username and Password.
  • Open src/main/java/TravelApplication.java -> run as -> Spring Boot App

Check the server at https://localhost:8080

Project Screen Shot:

alt text

About

View, join and create trips and activities.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published