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.
Try the app on Heroku or see the screenshot below:
Development environment requirements :
- Ruby version 2.7.1
- Rails 6.0.3
$ git clone [email protected]: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