Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukam1999/fishing-booker
Web application for booking cottages, boats and fishing instructors
https://github.com/lukam1999/fishing-booker
circle-ci geolocation-api heroku java junit sonarcloud spring-boot vue
Last synced: 4 days ago
JSON representation
Web application for booking cottages, boats and fishing instructors
- Host: GitHub
- URL: https://github.com/lukam1999/fishing-booker
- Owner: LukaM1999
- Created: 2021-11-01T17:10:00.000Z (about 3 years ago)
- Default Branch: develop
- Last Pushed: 2023-02-02T12:38:42.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T10:53:59.896Z (over 1 year ago)
- Topics: circle-ci, geolocation-api, heroku, java, junit, sonarcloud, spring-boot, vue
- Language: Vue
- Homepage: https://fishing-booker.herokuapp.com
- Size: 18.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fishing Booker
**Authors:**
- **Luka Miletić** RA194/2018
- **Mihajlo Kisić** RA183/2018
- **Filip Pinjuh** RA174/2018### Check it out [here](https://fishing-booker.herokuapp.com "Visit Fishing Booker")!
## Starting the application locally
**Backend**
Backend is a spring boot application. It can be started normally as a Java project in IntelliJ. Java 11 and PostgreSQL were used.
To start the spring boot application make sure the PostgreSQL database **fishing** is ready. Default username is postgres. In `application.properties` set the required variables for database. Default port is localhost:5432.**Frontend**
To start the Vue application the backend needs to be running. Then run the following commands:
`npm install`
`npm run serve`## Usernames and passwords for users
- `Customer:` username: imbiamba, password: jabuka123
- `Cottage owner:` username: Piwneuh, password: jabuka123
- `Boat owner:` username: Popaye, password: jabuka123
- `Instructor:` username: Fishdude, password: jabuka123
- `Admin:` username: mkisic, password: jabuka123