Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 668 Bytes

File metadata and controls

24 lines (15 loc) · 668 Bytes

Hackafy API

API server for Hackafy (Instagram clone) built with Ruby on Rails

Demo: Hosted on Heroku

Install

Clone this repository and run PostgreSQL, Redis servers. Using Redis for ActionCable features.

After cloning the repository, run

bundle install
rails db:setup
rails server -p 5000

Client side applications, both Web and Native are configured to use localhost:5000 as an API endpoint

Contribution

Feedbacks, and issue reports are more than welcome :)