Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moyasiginko/rails-blog
A ruby on rails project, rails-blog.
https://github.com/moyasiginko/rails-blog
Last synced: 28 days ago
JSON representation
A ruby on rails project, rails-blog.
- Host: GitHub
- URL: https://github.com/moyasiginko/rails-blog
- Owner: MoyasiGinko
- License: mit
- Created: 2023-08-25T19:20:51.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2023-09-09T21:27:24.000Z (over 1 year ago)
- Last Synced: 2023-09-09T21:38:38.710Z (over 1 year ago)
- Language: Ruby
- Size: 198 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Rails Blog App
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)> Rails Blog App is a web application for creating and managing blog posts.
> This project is built using the following technologies:
Framework
Database
- Create, edit, and delete blog posts.
- View and comment on blog posts.
- User authentication and authorization.
To get started with the Rails Blog App, follow these steps.
### Prerequisites
In order to run this project, you need:
- Ruby
- Ruby on Rails
- PostgreSQL
- A browser
- A Text Editor
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/moyasiginko/rails-blog.git
### Install
Install this project with:
cd my-project
```sh
npm install
```
### Usage
To run the project, execute the following command:
```sh
npm start
```
### Run tests
To run tests, run the following command:
```sh
npm test
```
👤 **Moyasi**
- GitHub: [MoyasiGinko](https://github.com/MoyasiGinko)
- Twitter: [moyasi_ginko](https://twitter.com/moyasi_ginko)
- LinkedIn: [moyasi](https://www.linkedin.com/in/moyasi)
- Creat blogs with images.
- Add a search feature.
- Add a like feature.
- Add a follow feature.
- Add a share feature.
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/MoyasiGinko/rails-blog/issues)
If you like this project, don't forget to give it a star on GitHub! Your support helps us to continue improving the app.
At first, I would like to thank Microverse for providing such amaizng documentation.
This project is [MIT](./LICENSE) licensed.