Web app where anyone can ask questions and answer them. Questions and answers has hashtags. Users can change their header color.
https://ask-generator.herokuapp.com/
Rails 7
Selfmade authentication
- Clone repo.
- Use bundler.
bundle install
- Create database.
bundle exec rails db:create
- Run database migrations.
bundle exec rails db:migrate
- Start rails server.
bundle exec rails s