RobBikmansurov / askme

training project, the clone of Ask.fm

Home Page:https://askme-robb.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

training project, the clone of Ask.fm

https://askme-robb.herokuapp.com/

License:MIT License


Languages

Language:Ruby 61.8%Language:HTML 23.2%Language:CSS 8.2%Language:JavaScript 6.5%Language:SCSS 0.3%