Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nimplay/blog-app
https://github.com/nimplay/blog-app
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nimplay/blog-app
- Owner: nimplay
- License: mit
- Created: 2022-10-17T19:49:14.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-11-04T17:24:11.000Z (about 2 years ago)
- Last Synced: 2023-03-04T03:09:14.742Z (over 1 year ago)
- Language: Ruby
- Size: 261 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Blogapp - Ruby and Rails
This is the Blog app initiated in the fifth module in the Microverse program. It is a simple ruby and rails project
## Built With
![](https://img.shields.io/badge/-Ruby-red)
![](https://img.shields.io/badge/-Rails-red)
![](https://img.shields.io/badge/-VSCode-blue)
![](https://img.shields.io/badge/-Rspec-red)
- Visual Studio Code
- Ruby
- Ruby & rails
- Rspec
- postgresql
- pgadmin4## App ScreenShot
in process## Video Preview
in process
## SQL schema
![](./schema.png)## Getting Started
To get a local copy up and running follow these simple steps.
### Prerequisites
- [x] A code editor like Visual Studio Code with Git and Ruby and Rails.
You can check if Git is installed by running the following command in the terminal.
```
$ git --version
```Likewise for Ruby installation.
```
$ ruby --version
```Likewise for Rails installation.
```
$ rails --version
```
Likewise for pg installation.
```
$ pg --version
```### Setup
Clone the repository using the GitHub link provided below.
### Install
In the terminal, go to your file directory and run this command.
```
$ git clone https://github.com/nimplay/blog-app.git
```
```
$ bundle install```## Authors
👤 ** Nimrod Acosta **
- GitHub: [nimplay](https://github.com/nimplay)
- Twitter: [NimrodAcosta](https://twitter.com/NimrodAcosta)
- LinkedIn: [nimrod-acosta](https://www.linkedin.com/in/nimrod-acosta-734330169/)
👤 ** Gedewon Hayle **
- GitHub: [@gedewon](https://github.com/gedewon)
- Twitter: [@gedewon](https://twitter.com/gedewon)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!## Acknowledgments
- [Microverse](https://github.com/microverseinc) team.
- Coding Partners.
- Code Reviewers.## 📝 License
This project is [MIT](./LICENSE) licensed.