Git Product home page Git Product logo

quoll's Introduction

quoll

Simple dating service web application

Master: Build Status

Nightly: Build Status

How to deploy:

  1. Create MySQL database called 'quoll' available on 'localhost:3306'

    CREATE DATABASE IF NOT EXISTS quoll DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;
  2. Build, compile and deploy the project with your IDE using maven (First deploy may take up to 5 minutes to finish, due to running sql query with mock data)

  3. Make sure that /src/main/java/resources/data.sql file was executed during deploy. If not, do it now in the quoll MySQL database.

  4. Remove or rename the /src/main/java/resources/data.sql file, so it's not executed during every deploy.

  5. Once deployed, go to http://localhost:8080/mock to mock some additional attributes to predefined users. (This may also take about a minute). When it's done, you'll be redirected to homepage.

  6. Now, everything is set up. You can register your own account or use predefined one with some mocked conversations with admin:heslo1234.

  7. Enjoy and feel free to contribute

Please be aware, that example sql file only contains users from Austria, Czech Republic, Germany and Netherlands, so it can only return users from this countries in the matching. Users from any EU country can be created using registration form.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.