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
- Host: GitHub
- URL: https://github.com/emfy0/askme
- Owner: emfy0
- Created: 2022-04-27T18:52:58.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-13T17:16:57.000Z (about 4 years ago)
- Last Synced: 2025-03-15T21:31:56.375Z (over 1 year ago)
- Topics: rails, ruby
- Language: Ruby
- Homepage: https://ask-generator.herokuapp.com/
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```