Giter Site home page Giter Site logo

trip-date / trip-date.github.io Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 1.17 MB

TripDate: online dating application to join adventurers and itineraries

Home Page: https://tripdate.gitpull.it/

License: GNU Affero General Public License v3.0

CSS 12.37% HTML 24.45% PHP 53.86% JavaScript 9.31%
glam hackaton-project wikidata

trip-date.github.io's Introduction

TripDate

TripDate is an online dating application. Let's join adventurers and itineraries!

This project was part of the GLAMhack 2020 Hackaton! Team: Extra Moenia.

Team

Hack

How to hack this project quickly in nearly ~20 seconds.

  1. Create a MariaDB database. For example:
mysql
CREATE DATABASE `tripdate`;
CREATE USER `tripdate`@localhost IDENTIFIED BY 'super-secret-password-asd';
GRANT ALL PRIVILEGES ON `tripdate`.* TO `tripdate`@localhost;
quit
  1. Copy the project and dependencies somewhere:
git clone https://github.com/trip-date/trip-date.github.io.git
git clone https://gitpull.it/source/suckless-php.git
git clone https://gitpull.it/source/boz-mw.git
  1. Enter in the project and update your MySQL configuration
cd trip-date.github.io
cp load-example.php load.php
nano                load.php
  1. Import the database schema. For example:
mysql tripdate -u tripdate -p < documentation/database/schema.sql 
  1. Have fun! For example:
php -S localhost:8080

Now you should see something like this:

https://tripdate.gitpull.it/

License

TripDate is realised under GNU Affero General Public License.

trip-date.github.io's People

Contributors

giovannipro avatar valerio-bozzolan avatar

Watchers

 avatar  avatar  avatar

trip-date.github.io's Issues

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.