Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielshow/alpha-blog
Created with Ruby on Rails
https://github.com/danielshow/alpha-blog
article authentication blog heroku materializecss rails ruby
Last synced: about 2 months ago
JSON representation
Created with Ruby on Rails
- Host: GitHub
- URL: https://github.com/danielshow/alpha-blog
- Owner: Danielshow
- Created: 2019-02-23T13:51:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T11:53:11.000Z (about 2 years ago)
- Last Synced: 2023-03-02T09:15:54.882Z (almost 2 years ago)
- Topics: article, authentication, blog, heroku, materializecss, rails, ruby
- Language: Ruby
- Homepage: https://alpha-bloog.herokuapp.com/
- Size: 99.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Alpha-Blog
[Alpha-blog]( https://alpha-bloog.herokuapp.com/)
Created with Ruby on RailsThis Application is a social application for user to create article, comment on article and reach out to larger audience.
- Users can signup and login
- Login users can create articles
- Login users can delete and update articles
- Users can comment on an article### Ruby version
- v2.53### Setup
- CLone this application
- update database.yml file in the `config folder`
```
password=
username=
```
- Run `rails db:create` to create database
- Run `rails db:migrate` to run migrations
- Run `bundle install` to run all dependencies
- finally run `rails s` to start the server
- visit `localhost:3000/` to run queries### Database creation
```
rails db:create
```
* Database initialization
#### Run migration using```
rails db:migrate
```
* How to run the test suite\
rspec## Stack
- Ruby on Rails
- Materialize CSS## Contribution
- Clone this Repository and raise a pull request