Code Monkey home page Code Monkey logo

vol2-alpha's Introduction

..:: ITutor - Alpha Team Project ::..

forthebadge forthebadge forthebadge

Project description

The idea behind ITutor is to connect technology mentors with newbies looking for a reliable source of tech knowledge. The app is based on the belief that participating mentors can not stand keeping their knowledge unshared, and that hungry newbies are on their way to becoming mentors themselves.

Initial app version implies simple connection of two groups via either internal or email messages with potential further connection via platform controlled meetings. The mentors have ratings and opinions. Any user is able to search for a mentor with a specific skill set and capable of teaching in a specific human language.

We're currently deployed on Heroku. The current build should be live there assuming nothing is broken.

Stack

The application is built on Ruby (v2.4.1) on Rails (v5.1.5). We use Bootstrap 4 extensively for the front-end. We use postgreSQL (v9.5) for the database.

Tests

Our tests are ran on the rspec gem, use bundle exec rspec in the console to run them locally. We also use Rubocop to enforce styling guidelines; run that with rubocop. The repo is preconfigured to work with Travis CI.

Steps to set up locally

  • bundle install
  • cp config/database.yml.example config/database.yml (extra for collaborators: type yes to overwrite your old file)
  • rails db:setup (this will create the database, load the schema and initialize it with the seed data)
  • cp .env.development.example .env.development and:
    • set GMAP_KEY to Google maps API key
    • set ITUTOR_DATABASE_PASSWORD to a database password of your choice

Contributing

Code style

The project is checked by Rubocop. Make sure it passes the tests, I guess.

vol2-alpha's People

Contributors

xkwd avatar flattestguitar avatar agnieszkawojtowicz avatar wersad avatar

Watchers

James Cloos 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.