Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aizjicod/blog-app

This is a blog app. The user have different intereactions with the page, the first thing he sees is a log-in page and will not be able to access it until he he is logged in. After being succesfully logged in it's able to create his posts as well as comment and like other people's post.
https://github.com/aizjicod/blog-app

rails ruby

Last synced: 1 day ago
JSON representation

This is a blog app. The user have different intereactions with the page, the first thing he sees is a log-in page and will not be able to access it until he he is logged in. After being succesfully logged in it's able to create his posts as well as comment and like other people's post.

Awesome Lists containing this project

README

        

![](https://img.shields.io/badge/Microverse-blueviolet)

![Ruby](https://img.shields.io/badge/ruby-%23CC342D.svg?style=for-the-badge&logo=ruby&logoColor=white) ![Rails](https://img.shields.io/badge/rails-%23CC0000.svg?style=for-the-badge&logo=ruby-on-rails&logoColor=white)
# Ruby on Rails Blog App
A blog app created with RoR.
## Getting Started
- Check the Ruby version or if you have at all by running `ruby -v` if it returns `ruby 3.1.2p20 (2022-04-12 revision 4491bb740a)` or similar, you have Ruby installed.

* Ruby version used `ruby 3.1.2`

- Clone the repository by running
**ssh** `[email protected]:aizjicod/blog-app.git`
**https** `https://github.com/aizjicod/blog-app.git` in your CLI.
- `cd blog-app`
- Run `bundle install`
- Run `rails server`
- Open Browser `http://localhost:3000/`

- Ensure you have postgresssql installed before running the application. `which psql` or `psql --version`
- Run `rails db:create`
- create a [.envs](https://medium.com/geekculture/postgresql-rails-and-macos-16248ddcc8ba) file using the link to host postgress credentials

## Author

👤 *Alejandro Torres* 🧑🏻‍💻
- GitHub: [@aizijicod](https://github.com/aizjicod)
- Twitter: [@aizijijr](https://twitter.com/aizijijr)
- LinkedIn: [Alejandro Torres](https://www.linkedin.com/in/aiziji/)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Nyame-Wolf/the-blog/issues).

## Show your support

Give a ⭐️ if you like this project!

## 📝 License

This project is [MIT](./MIT.md) licensed.