Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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