Project for Learning Purpose 🚀 🤓
- Ruby
- Rails
- PostgreSQL
- If you do not have Ruby (RVM or Rbenv) and PostgreSQL installed in you machine, follow up those steps on this guide.
- Clone the project from the GitHub repository at the command prompt:
git clone git@github.com:danilovelozo/instagram-clone-rails.git
cd instagram-clone-rails
- Still at the command prompt, do the gems and database setup:
bundle install
rails db:setup
- Start a server:
rails s
- Default Server URL:
http://localhost:3000