Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naledi-dikgale/ror-budget-app
https://github.com/naledi-dikgale/ror-budget-app
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/naledi-dikgale/ror-budget-app
- Owner: Naledi-Dikgale
- License: mit
- Created: 2023-08-04T08:48:59.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2024-02-15T16:05:05.000Z (9 months ago)
- Last Synced: 2024-02-15T17:27:52.359Z (9 months ago)
- Language: Ruby
- Size: 68.4 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)**[Blog-app]** is a dynamic and interactive website that showcases a variety of posts. Users can engage with the content by adding comments and liking posts, fostering a vibrant community.
Ruby on Rails
- **[Showcase Posts]**
- **[Add comments]**
- **[Add likes]**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Install Ruby
- Install Rails
- Install Postgresql
### Setup
Clone this repository to your desired folder:
```sh
cd Blog app
git clone https://github.com/Naledi-Dikgale/blog-app.git
```
### Install
Install this project with:
```sh
cd Blog app
bundle install
```
```sh
gem install rspec
```
```sh
gem install --no-document rubocop -v '>= 1.0, < 2.0'
```
```sh
npm install --save-dev [email protected] [email protected] [email protected] [email protected]
```
### Usage
To run the project, execute the following command:
```sh
rails db:create
```
```sh
rails db:migrate
```
```sh
rake db:migrate
```
```sh
rails server
```
### Run tests
To run tests, run the following command:
```sh
rubocop --color
```
```sh
npx stylelint "**/*.{css,scss}"
```
```sh
rspec
```
👤 **Author1**
*[NALEDI DIKGALE]*
- GitHub: [@githubhandle](https://github.com/Naledi-Dikgale)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/naledi-dikgale-068423159/)
- Website: [@Naledi](https://naledi.netlify.app/)
👤 **Author2**
*[Lugard Agu]*
- GitHub: [@lugard1](https://github.com/lugard1)
- Twitter: [@Dsn3kings](https://twitter.com/Dsn3kings)
- LinkedIn: [@LugardAgu](https://www.linkedin.com/in/lugardagu)
- [ ] **[Add delete feature]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Naledi-Dikgale/blog-app/issues).
If you like this project please show support by staring ⭐️.
* I would like to give Microverse my sincerest gratitude for accommodating me in the Full-time Software Development program.
This project is [MIT](./LICENSE) licensed.