Skip to content

training project, the clone of Ask.fm

License

Notifications You must be signed in to change notification settings

RobBikmansurov/askme

Repository files navigation

Ask.fm clone

In this application, registered users can ask other users any question that interests them. And wait for answers ... The user can edit their profile and even change the background of their profile. Any user can view questions and answers, can select them by tags.

Getting started

Try the app on Heroku or see the screenshot below:

Screenshot AskMe

Install

Development environment requirements :

  • Ruby version 2.7.1
  • Rails 6.0.3
$ git clone git@github.com:RobBikmansurov/askme.git
$ cd askme
$ bundle install
$ yarn install
$ rails db:setup
$ rails db:seed

Now you can access the application with your browser on: http://localhost:3000

© 2020 Robert Bikmansurov