https://github.com/elijahscriptdev/alpha-blog
This is a website with articles about books, wedding business, fishing equipment, mushrooms - anything that you can write an article.
https://github.com/elijahscriptdev/alpha-blog
Last synced: 9 months ago
JSON representation
This is a website with articles about books, wedding business, fishing equipment, mushrooms - anything that you can write an article.
- Host: GitHub
- URL: https://github.com/elijahscriptdev/alpha-blog
- Owner: Elijahscriptdev
- Created: 2020-01-23T16:17:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T16:57:09.000Z (over 3 years ago)
- Last Synced: 2025-01-03T16:20:23.737Z (over 1 year ago)
- Language: Ruby
- Homepage: https://alpha-blog-elijah.herokuapp.com/
- Size: 13.2 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project: BuzzLife Blog
This is a website with articles about books, wedding business, fishing equipment, mushrooms - anything that you can write an article.
## Built With
- Ruby v2.6.3
- Ruby on Rails v5.2.4
## Technologies
- HTML
- CSS
- Ruby
- Ruby On Rails
- SASS
## Deployment to heroku
[Live link]https://alpha-blog-elijah.herokuapp.com/)
## Prerequisites
- Ruby: 2.6.3
- Rails: 5.2.4
## Functionalities
- Signup
- Login
- Create articles
- Delete articles
- Each category displays all the articles under it
- Signout
## Setup
```sh
$ git clone https://github.com/Elijahscriptdev/Alpha-blog.git
```
Navigate to the extracted folder
```sh
$ cd Alpha-blog
```
Install the gems
```sh
$ bundle install
```
Create the database
```sh
$ rails db:create
```
Run the migrations
```sh
$ rails db:migrate
```
Run seed migrations
```sh
$ rails db:seed
```
### Usage
Start server with:
```sh
rails server
```
Open `http://localhost:3000/` in your browser.
### Run tests
```
rpsec
```
## Author
👤 **Elijah Obominuru**
[Github](https://github.com/Elijahscriptdev) | [Twitter](https://twitter.com/ElijahObominuru) | [LinkedIn](https://www.linkedin.com/in/elijah-obominuru-0b730b143/)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is licensed under MIT license - see [LICENSE](/LICENSE) for more details.