Skip to content

Simple API for HackerNews clone (Pilot Academy workshop task)

Notifications You must be signed in to change notification settings

mtunski/pilotnews-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pilotnews-api

Simple API for HackerNews clone (Pilot Academy workshop)

Setup

git clone https://github.com/mtunski/pilotnews-api.git pilotnews-api && cd $_
bundle
# create databases
cp .env.example .env; cp .env.example .env.test # adjust
bundle exec rake db:migrate; bundle exec rake db:migrate ENV=test

Usage

Running locally

bundle exec rackup

Tests

bundle exec rake

About

Simple API for HackerNews clone (Pilot Academy workshop task)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages