GithubHelp home page GithubHelp logo

qws7 / you_bc Goto Github PK

View Code? Open in Web Editor NEW

This project forked from omzmarlon/you_bc

0.0 0.0 0.0 10.43 MB

YOU.BC - An easy way to find friends in college

JavaScript 35.04% Java 62.40% CSS 2.31% HTML 0.24%

you_bc's Introduction

YOU.BC - An easy way to find friends in college

http://youbc.marlonomz.com (For best experience, please use your mobile device or emulate mobile device in a browser)

Note: Please use Invitation Code: YOUBC

Introduction

You.BC is a mobile web application that provides a simple solution for students at universities to exchange WeChat ID. With a simple swipe, students can easily match up with other students, who might be a study buddy, a roommate, or even a soul mate. Potential matching candidates are recommended by their major, interests, personalities and many other factors.

This is a personal project created by @Marlon Ou and @Yifan Yang.

Contents

Features

  • Single page application
  • Restful API
  • Interactive UX design
  • More to come...

Demo

See Demo

Installation and Local Build

Install Maven:

  1. Download latest binary maven from: https://maven.apache.org/download.cgi to appropriate directory
  2. Install maven by unzip and setting appropriate path by following this page: https://maven.apache.org/install.html

Full application build

# Run in project root
# This will fully package web-app and backend service into a jar
# No additional installation required except Maven
mvn clean install
# Run application
java -jar you_bc-service/target/youbc-service-1.0.0.jar

Only Server Build

# run this cmd in you_bc-service
mvn clean install
jOOQ code gen:
# run this cmd in you_bc-service
mvn install -PjooqCodeGen

Only Client Build

# Frontend Dev:
yarn install
yarn start-dev

# Throught maven:
# run this cmd in you_bc-webapp
mvn clean install

Database setup

  • Make sure you have mysql installed properly

  • Configure db, username and password in database.properties

  • create database and tables using scripts in you_bc-service/src/main/resources/schemas

  • If you are on mac, create my.cnf at /etc/mysql, and then add these:

[mysqld]

character-set-server=utf8mb4

[mysql]

default-character-set=utf8mb4 
  • In the chosen database, call:
SET NAMES utf8mb4;
  • Make sure related variables are utf8mb4:
SHOW VARIABLES WHERE Variable_name LIKE 'character\_set\_%' OR Variable_name LIKE 'collation%';

Tech Stack

you_bc's People

Contributors

omzmarlon avatar tomyang729 avatar cs824655 avatar

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.