Amosgito / InstagramClone

Created clone of instagram using ruby on rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

InstagramClone

This project runs on ruby 2.7.4

Getting started

  • Ruby version 2.7.1

  • System dependencies See Gemfile

  • Configuration

  • Database creation bundle e rails db:setup

  • Database initialization

    • sudo -u postgres createuser --superuser <your-username>
    • ./bin/setup
  • How to test app

    • rails server
    • Visit url displayed after "Listening" in the output of the above command
  • How to run the test suite

    • rake test:controllers
    • rake test:models
  • Services (job queues, cache servers, search engines, etc.)

    • TODO: Fill in this section

  • Deployment instructions

    • TODO: Fill in this section

  • ...

To get the Rails server running locally:

  • Clone this repo
  • bundle install to install all requiredd dependencies
  • rake db:migrate to make all database migrations
  • rails s to start the local server

Contributing

See CONTRIBUTING.

License

No license

About

Created clone of instagram using ruby on rails


Languages

Language:Ruby 70.8%Language:HTML 13.0%Language:SCSS 9.6%Language:JavaScript 6.6%