https://github.com/tylher/my-blog
https://github.com/tylher/my-blog
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tylher/my-blog
- Owner: tylher
- License: other
- Created: 2022-07-12T15:52:03.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-09-13T22:12:31.000Z (over 1 year ago)
- Last Synced: 2025-02-03T09:23:14.892Z (4 months ago)
- Language: Ruby
- Size: 1.44 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog-app
The Blog app is a fully functional web app that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
## Live Demo
View live demo [here](https://blog-app-uknu.onrender.com/)
## Built With
- Technologies used:
> Ruby
> Gemfile
> IRB
> Rails
> PostgreSql
> Rspec
> Hotwire## Getting Started
### Prerequisites
You need to have a browser and this tools installed:
- Git
- Ruby
- Rails
- PostgreSql### Setup
To get a local copy up and running follow these simple example steps:
```
$ git clone [email protected]:tylher/school-library-app.git
``````
$ cd school-library-app
``````
$ bundle install
```### Usage
To run any ruby file:
```
$ ruby (name of file)
```To run app on server:
```
$ rails s
```## Authors
- GitHub: [@tylher](https://github.com/tylher)
- Twitter: [@tylher123](https://twitter.com/tylher123)
- LinkedIn: [Taiwo Adediran](https://www.linkedin.com/in/taiwo-adediran-327654127/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!