API server for hackafy (Instagram clone) built with Ruby on Rails
API server for Hackafy (Instagram clone) built with Ruby on Rails
Demo: Hosted on Heroku
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
Feedbacks, and issue reports are more than welcome :)