Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codewithmike01/happy_blog
https://github.com/codewithmike01/happy_blog
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/codewithmike01/happy_blog
- Owner: codewithmike01
- License: mit
- Created: 2022-04-26T10:09:29.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-07-06T19:55:55.000Z (over 2 years ago)
- Last Synced: 2024-08-20T16:43:25.905Z (3 months ago)
- Language: Ruby
- Size: 28.8 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rails project: Happy blog
> In this project, i will be creating a blog app using ruby on rails, this app can view users, posts,comments and likes.
## Link to video(not avialable yet)
## Built With
```bash
- Rails
- Ruby
```## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- Ruby and gem bundle
- Rails
- Web browser (Google chrome)
- Code Editor (VSCode)### Development (Running locally)
- git clone the project
```
git clone https://github.com/Ginohmk/happy_blog.git
``````
cd happy_blog
```- To run the app
```
bundle install
``````
rails s
```- Paste in web your broswer
```
http://localhost:3000/
```- To test app
```
rails exec rspec -f d
```👤 **Kanu Mike**
- GitHub: [@Ginohmk](https://github.com/Ginohmk)
- Twitter: [@michotall95](https://www.twitter.com/michotall95)
- LinkedIn: [@kanumike](https://www.linkedin.com/in/kanu-mike-497119211/)
- Instagram: [@savy_kanu_mike](https/instagram.com/savy_kanu_mike)
- Facebook: [@mike.kanu](https://www.facebook.com/mike.kanu)## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Ginohmk/happy_blog/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Ruby on rails Community
## 📝 License
[This project is [MIT](https://github.com/Ginohmk/happy_blog/blob/dev/LICENSE) licensed.