brujorge / clickjob-api

Repository for Clickjob's API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clickjob

Dependencies

  • Ruby 2.6.4
  • Postgres >= 11.0

Deployment

The application is currently hosted at https://clickjob-api.herokuapp.com/ if you want to to develop locally I'd suggest to start the server on port 3001 with rails s -p 3001 and update the client endpoint to point to the server locally

Implementation notes

This api uses the default functionality of the session to handle the authentication instead of using an external gem like devise.

Use rake routes to see all the routes available

About

Repository for Clickjob's API


Languages

Language:Ruby 73.1%Language:HTML 18.2%Language:JavaScript 5.7%Language:CSS 2.9%