Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sahar-abdelsamad/blog-app
This is a Blog app, a classic example of a blog website. It's a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
https://github.com/sahar-abdelsamad/blog-app
postgresql ruby ruby-on-rails
Last synced: 15 days ago
JSON representation
This is a Blog app, a classic example of a blog website. It's a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
- Host: GitHub
- URL: https://github.com/sahar-abdelsamad/blog-app
- Owner: Sahar-AbdelSamad
- Created: 2022-04-26T18:50:51.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-05-11T18:39:32.000Z (over 2 years ago)
- Last Synced: 2024-12-30T16:02:30.664Z (30 days ago)
- Topics: postgresql, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 147 KB
- Stars: 12
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog App
> This is a Blog app, a classic example of a blog website. It's a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
## Built With
- _**Ruby**_
- _**Rails**_
- _**PostgreSQL**_## Getting Started
### Clone this repository
```bash
$ git clone [email protected]:Sahar-AbdelSamad/Blog-App.git
$ cd Blog-App
```
### Install gems
```bash
$ bundle install
```### Setup database
```bash
$ rails db:create
```### Start server
```bash
$ rails s
```
Open http://localhost:3000/ in your browser### Run tests
```bash
$ bundle exec rspec
```
## Authors👤 **Sahar Abdel Samad**
- GitHub: [@sahar-abdelsamad](https://github.com/Sahar-AbdelSamad)
- Twitter: [@abdelsamadsahar](https://twitter.com/AbdelSamadSahar)
- LinkedIn: [sahar-abdel-samad](https://www.linkedin.com/in/sahar-abdel-samad/)👤 David Vergaray
- GitHub: [@Yothu](https://github.com/Yothu)
- Twiter: [@Daivhy](https://twitter.com/Daivhy)
- LinkedIn: [David Vergaray](https://www.linkedin.com/in/david-vergaray-almontes-051a11127/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
## Show your support
Give a ⭐️ if you like this project!