An open API service indexing awesome lists of open source software.

https://github.com/emfy0/askme

App for asking questions
https://github.com/emfy0/askme

rails ruby

Last synced: 2 months ago
JSON representation

App for asking questions

Awesome Lists containing this project

README

          

# ASKME

Web app where anyone can ask questions and answer them. Questions and answers has hashtags.
Users can change their header color.

## Deployment
https://ask-generator.herokuapp.com/

## Technological features

__Rails 7__

Selfmade authentication

## Launching

1. Clone repo.
1. Use bundler.
```
bundle install
```
3. Create database.
```
bundle exec rails db:create
```
4. Run database migrations.
```
bundle exec rails db:migrate
```
5. Start rails server.
```
bundle exec rails s
```