/hackafy-api

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

Primary LanguageRuby

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 :)