GithubHelp home page GithubHelp logo

data-umbrella / job-board Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 0.0 1019 KB

Job board for data field

Home Page: https://jobs.dataumbrella.org/

Ruby 4.68% JavaScript 53.04% CSS 0.25% HTML 42.03%
analytics artificial-intelligence data-science machine-learning python rstats

job-board's Introduction

README for job board app

The application is a job board. Visitors can view jobs and submit new jobs. Admins can moderate job postings.

How to run the code

You will need to have Ruby installed. Then, install all the gems listed on top of the server.rb file.

  • ruby server.rb - Run the app locally.
  • rerun 'ruby server.rb' - Allows you to run the app locally and it refreshes when you update the codebase. Will need to install the rerun gem.

How the codebase works

The codebase is built on Ruby's Sinatra. It's a micro framework. All the routes are contained in the server.rb file. The app doesn't use a traditional database, the data is stored using native Ruby objects and YAML flat files.

  • The first section is the package imports.
  • The second section is the framework settings.
  • The third section is the helper functions, these are mostly logic that is repeated multiple times during the routes, like getting a specific job from the database.
  • The fourth section is the authentication routes like logging in and logging out.
  • The fifth section is the public job routes, like viewing all the jobs or an individual job. This section heavily uses the helper functions.
  • The sixth section is the admin routes, like adding/editing/deleting jobs.
  • The seventh section is the error handler routes.

job-board's People

Contributors

ty-shaikh avatar

Stargazers

 avatar

Watchers

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