Skip to content

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

Notifications You must be signed in to change notification settings

marksadegi/hackafy-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 99.6%
  • HTML 0.4%