Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carreraprogrammer/minimalistic-blog
This Blog app will be a classic example of a blog website. I will create a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
https://github.com/carreraprogrammer/minimalistic-blog
Last synced: about 1 month ago
JSON representation
This Blog app will be a classic example of a blog website. I will create a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
- Host: GitHub
- URL: https://github.com/carreraprogrammer/minimalistic-blog
- Owner: carreraprogrammer
- License: mit
- Created: 2023-07-13T20:26:47.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-08-05T00:52:40.000Z (over 1 year ago)
- Last Synced: 2024-05-17T15:36:46.046Z (8 months ago)
- Language: Ruby
- Size: 43.9 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 Catalog of my things ](#-catalog-of-my-things-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [❓ FAQ ](#-faq-)
- [📝 License ](#-license-)This Blog app will be a classic example of a blog website. I will create a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
Server Side
Database
- **Post a blog**
- **Comment the post**
- **User registration**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
```sh
gem install ruby or sudo gem install ruby
gem install rails
rails server
```
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/fredo509/rails-blog.git
```
### Install
Install this project with:
```sh
cd my-project
bundle install
```
### Usage
To run the project, execute the following command:
```sh
ruby main.rb
```
### Run tests
To run tests, run the following command:
```sh
src/spec rspec_file.rb or rspec .
```
### Deployment
You can deploy this project using:
```sh
ruby main.rb
```
👤 **Daniel Carrera**
- GitHub: [@carreraprogrammer](https://github.com/carreraprogrammer)
- Twitter: [@carreraprogrammer](https://twitter.com/carreraprog)
- LinkedIn: [Daniel Carrera](https://www.linkedin.com/in/carreraprogrammer/)
👤 **Alejandro Velasquez**
- GitHub: [@VelzckC0D3](https://github.com/VelzckC0D3)
- LinkedIn: [Alejandro velasquez] (https://www.linkedin.com/in/velzckcode/)
- **Add comments**
- **Post something**
- **Like**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/carreraprogrammer/rails-blog/issues).
Please ⭐️ this repository if you found the project useful.
I would like to thank for the group project, all great effort get award
This project is [MIT](./MIT) licensed.