Git Product home page Git Product logo

exchangehunt's Introduction

ExchangeHunt

Members' contributions

Gan Mei Lan, A0102147W (Business)

  • Market research on current offerings and users' needs analysis
  • Feedback on UI/UX to improve the frontend and logic flow of app

Tan Sei Yee, A0111697B (Designer)

  • Responsible for all the design of the Web, design of logo, UI/UX
  • Feedback on UI/UX to improve the frontend and logic flow of app

Ang Ming Yi, A0111840W (Developer)

  • (Mostly) Frontend developer
  • Responsible for turning design into code
  • Responsible for implementing the UI/UX design
  • Implemented messages component
  • Manage database schema

Chen Jingwen, A0111764L (Developer)

  • (Mostly) Backend developer
  • Responsible for linking backend components to talk to each other
  • Responsible for the rake scripts
  • Responsible for setting up of environment
  • Implemented facebook/google api components

Building

Dependencies

  • nodejs / npm
  • ruby
  • postgresql

Database setup

# in psql
CREATE USER exchangehunt WITH PASSWORD 'exchangehunt'; 
ALTER USER exchangehunt CREATEDB;

Environment setup

cp .env.sample .env
# fill up .env with the relevant info

Rails setup

bundle install
npm install
rake db:create
rake db:setup
rails server # => http://localhost:3000

Deployment

# ensure that you are logged into heroku 
brew install heroku-toolbelt
heroku login
heroku git:remote -a exchangehunt

# git push heroku master

exchangehunt's People

Watchers

 avatar  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.