https://github.com/vichuge/alpha_blog
This is a blog as a practice for udemy Ruby on rails course.
https://github.com/vichuge/alpha_blog
bootstrap erb minitest ruby ruby-on-rails
Last synced: about 2 months ago
JSON representation
This is a blog as a practice for udemy Ruby on rails course.
- Host: GitHub
- URL: https://github.com/vichuge/alpha_blog
- Owner: vichuge
- License: mit
- Created: 2022-04-14T17:51:48.000Z (about 4 years ago)
- Default Branch: development
- Last Pushed: 2022-11-14T14:11:35.000Z (over 3 years ago)
- Last Synced: 2024-12-30T07:26:15.330Z (over 1 year ago)
- Topics: bootstrap, erb, minitest, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 3.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Alpha blog
This app is a blog written in Ruby on Rails. This project has session, sign up, sign in, sign out, and user profile. Each user can create a post on different categories. The application includes admin profiles too.
[Live demo!](https://vic-alpha-blog.herokuapp.com/)
## Tests with minitest
This website was tested with [minitest](https://rubygems.org/gems/minitest)
## 🔧 Built With these features
- Ruby 3.1.2
- Rails 7.0.2.3
- Bundler version 2.3.7
- PostgreSQL 13.5
## 🛠 Getting Started
## Install and run the application
To run the web application follow these simple example steps.
- Open a terminal
- Copy this code : `git clone https://github.com/vichuge/alpha_blog.git`
- After to clone, open a new terminal inside the root folder
- Run the following commands: `bundle install`, `rails db:create`, `rails db:migrate`, `rails s`
## Open app in browser
- type `localhost:3000/` in your browser
- Enjoy the app.
## ✒️ Authors
👤 **Victor Pacheco**
- GitHub: [@vichuge](https://github.com/vichuge)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/victor-pacheco-7946aab2/)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check the [issues page](https://github.com/vichuge/alpha_blog/issues).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./LICENSE) licensed