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

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.

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/Ruby_on_rails-red)

# 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