Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mahabubx7/rails-blog-app
https://github.com/mahabubx7/rails-blog-app
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/mahabubx7/rails-blog-app
- Owner: mahabubx7
- License: mit
- Created: 2023-07-12T19:18:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-10T07:00:19.000Z (over 1 year ago)
- Last Synced: 2023-08-10T08:00:53.811Z (over 1 year ago)
- Language: Ruby
- Size: 151 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📗 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)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)Language
- **[Controllers for users and post models]**
- **[Unit spec test for all request]**
- **[Views to see actions on the blog]**
- **[Form to add new users]**
- **[Authorization for deleting users post]**
- **[Authorization for deleting users comment]**
- **[User Interface]**
- **[API Endpoint]**
- **[API Documentation]**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need: to install ruby
### Setup
Clone this repository to your desired folder:
```sh
git clone https://github.com/mahabubx7/rails-blog-app.git
```
### Install
Install this project with:
```sh
cd my-project
bundle install
```
### Usage
To run the project, execute the following command:
```sh
rails server
```
👤 **Mahabub Alam**
- GitHub: [@mahabubx7](https://github.com/mahabubx7)
- Twitter: [@mahabub__7](https://twitter.com/mahabub__7)
- LinkedIn: [in/mahabubx7](https://linkedin.com/in/mahabubx7)
👤 **Prince**
- GitHub: [@prius2055](https://github.com/prius2055)
- Twitter: [@prius2055](https://www.twitter.com/prius2055)
- LinkedIn: [@prius2055](https://www.linkedin.com/in/princenwuke)
> In the Future the project may include
- [ ] **Deployment online**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project you can buy me coffee using the contact details above.
I would like to thank microvers for this amazing learning experiance.
This project is [MIT](./LICENSE) licensed.