Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trast00/blog-dev
The Blog-dev is a fully functional website that allows users to view a list of posts, add comments, and like posts. The project includes fixing n+1 problems, adding Devise for authentication, adding authorization rules, and implementing API endpoints.
https://github.com/trast00/blog-dev
mvc mvc-architecture ruby ruby-on-rails rubyonrails
Last synced: 16 days ago
JSON representation
The Blog-dev is a fully functional website that allows users to view a list of posts, add comments, and like posts. The project includes fixing n+1 problems, adding Devise for authentication, adding authorization rules, and implementing API endpoints.
- Host: GitHub
- URL: https://github.com/trast00/blog-dev
- Owner: Trast00
- License: mit
- Created: 2023-04-04T09:49:59.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-04-20T12:38:59.000Z (almost 2 years ago)
- Last Synced: 2025-01-20T20:37:17.622Z (19 days ago)
- Topics: mvc, mvc-architecture, ruby, ruby-on-rails, rubyonrails
- Language: Ruby
- Homepage:
- Size: 126 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 Blog-dev ](#-blog-dev-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors ](#-authors-)
- [👤 Prantosh Biswas](#-prantosh-biswas)
- [👤 Tsohle Mokhemisi](#-tsohle-mokhemisi)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)The **Blog-dev** is a fully functional website that allows users to view a list of posts, add comments, and like posts. The project includes data model creation, model validations and specs, processing data in models, setting up controllers, creating controller specs, building views and forms, fixing n+1 problems, adding Devise for authentication, adding authorization rules, and implementing API endpoints. The final exercise involves creating API documentation.
Server
Database
- **Use database migrations**
- **Blog webapp**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
```sh
gem install rails
```
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone [email protected]:Trast00/blog-dev.git
```
### Install
Install this project with:
```sh
cd my-project
bundle install
```
### Usage
To run the project, execute the following command:
```sh
rails server
```
### Run tests
To run tests, run the following command:
```sh
rails rspec spec
```
👤 **Dicko Allasane**
- GitHub: [@githubhandle](https://github.com/Trast00)
- Twitter: [@twitterhandle](https://twitter.com/AllassaneDicko0/)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/allassane-dicko-744aaa224)
### 👤 Prantosh Biswas
- GitHub: [@PrantoshB](https://github.com/PrantoshB)
- LinkedIn: [Prantosh Biswas](https://www.linkedin.com/in/prantosh/)
- Twitter: [@prantalks](https://twitter.com/prantalks)
## 👤 Tsohle Mokhemisi
- GitHub: [@githubhandle](https://github.com/tsohleDev)
- Twitter: [@twitterhandle](https://twitter.com/RealTsohle)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/tsohle-mokhemisi-3687401b2/)
- [ ] **Create the website front-end**
- [ ] **Add Blogs features**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Trast00/blog-dev/issues).
If you like this project, please leave a start to support
I would like to thank Microverse for this great learning experience !
This project is [MIT](./LICENSE) licensed.