Coder Social home page Coder Social logo

craftathon's Introduction

Build Status Coverage Status

#Craftathon

###Brief

Create an online job board that satisfies the following user stories. We would like to see well crafted, test-driven code and a well thought out, slick UX/UI.

As an employer
So I can recruit suitable talent
I would like to list my job openings

As a junior developer
So I can find a job that I want
I would like to view information about available jobs

As an employer
So I can choose the right person for my job
I would like to view applications

As a junior developer
So I can get the job that I want
I would like to be able to apply to jobs

As a website owner
So I can give visitors the best experience possible
I would like the website to look great

Prerequisites

You will need the following things properly installed on your computer.

  • Git
  • Ruby on Rails
  • PSQL

Project setup on local environment

git clone [email protected]:timrobertson0122/craftathon.git
cd craftathon
bundle
bin/rake db:create
rails s

Tests

bin/rake db:create RAILS_ENV=test
rspec

Seed Database

This creates 100 job applications:

bin/rake db:seed

Reset database:

bin/rake db:reset

###Optional extras

One or more may be completed in any order.

  • Only pre approved users can create jobs
  • Only creators can update and delete posts
  • Users can update and delete their applications
  • Users can login with github
  • Creator can assign tags to jobs
  • Users can filter jobs by tags
  • Users can filter jobs by keyword
  • +100 points for integrating the typeform API

If you want it, here's a link to our employers' typeform

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.