Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.
/ rails_hnews Public archive

Ruby on Rails implementation for hnews project.

Notifications You must be signed in to change notification settings

mshirdel/rails_hnews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rails for hnews

This repository is an implementation for hnews. This is an api only rails project.

Getting started

To get the Rails server running locally:

git clone https://github.com/mshirdel/rails_hnews.git
bundle install
rake db:migrate
rails s

Dependencies

  • Devise For implementing authentication.
  • Jbuilder Default JSON rendering gem that ships with Rails, used for making reusable templates for JSON output.
  • JWT For generating and validating JWTs for authentication

About

Ruby on Rails implementation for hnews project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published