Skip to content

mrjoshua22/askme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AskMe

Ask.fm clone app

Features

  • Authorization and authentication (without Devise)
  • User avatars (Gravatar)
  • Hashtags

Requirements

ruby >= 3.1.3

rails ~> 7.0.4

Installation & using

In terminal or cmd

  • $ git clone git@github.com:mrjoshua22/askme.git

  • $ gem install bundler - if needed

  • $ bundle

  • $ mv config/database.yml.example config/database.yml

  • $ rails db:migrate

  • $ rails s

  • open localhost:3000 in your browser