Giter VIP home page Giter VIP logo

vanhack-backend's Introduction

VanHack Platform - Backend

Build Status Dependency Status Maintainability

DEMO: https://vanhack-backend.herokuapp.com/

VanHack Domain Model

Requirements

  • Ruby 2.5.1
  • Rails 5.2.0
  • PostgreSQL 10.3

Setup

  1. Fork the respository and clone your fork
$ git clone https://github.com/<YOUR_USERNAME>/vanhack-backend
$ cd vanhack-backend
$ bundle install
  1. Setup your database
$ bin/rails db:create
$ bin/rails db:migrate
$ bin/rails db:seed

Run tests

$ bin/rspec

Use GraphiQL.app to test the API

Contributing

How To Contribute

  1. Fork the repository in GitHub
  2. Create your feature/fix branch (git checkout -b special-feature)
  3. Make sure all tests pass (bundle exec rspec)
  4. Commit your changes (git commit -am 'feature: Summarize change')
  5. Push to the branch (git push origin special-feature)
  6. Create new pull request

vanhack-backend's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

neptunerunner

vanhack-backend's Issues

Feature: Sign up and Sign in a User

Allow a user to create an account and be able to sign up

Basic information needed to Signed:

  • First Name
  • Last Name
  • Email Address
  • Password

To Sign In:

  • Email Address
  • Password

Tasks:

  • User model
  • Test Models
  • GraphQL UserType
  • Sign up GraphQL Mutation
  • Sign in GraphQL Mutation
  • Sign in proccess must return a JSON Web Token
  • Write Tests

Dockerize the application

Setup the application to be able to run it on a contained environment using Docker and Kubernetes

Setup Project to use Travis for CI and CD

Setup Travis CI for Continuous Integration and Countinous Deployment

  • Setup Travis CI
  • Ensure Continuous Integration are working
  • Setup Travis CI to deploy to Heroku

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.