https://github.com/asiimwedismas/dev-digest
Web app created using the Rails framework. Developers can post, read, and like articles in any of the defined categories. Built with Ruby, Rails, Bootstrap
https://github.com/asiimwedismas/dev-digest
rails ruby
Last synced: 2 months ago
JSON representation
Web app created using the Rails framework. Developers can post, read, and like articles in any of the defined categories. Built with Ruby, Rails, Bootstrap
- Host: GitHub
- URL: https://github.com/asiimwedismas/dev-digest
- Owner: asiimwedismas
- Created: 2020-09-22T15:08:18.000Z (almost 6 years ago)
- Default Branch: development
- Last Pushed: 2020-10-08T20:37:49.000Z (over 5 years ago)
- Last Synced: 2025-03-29T06:13:41.453Z (over 1 year ago)
- Topics: rails, ruby
- Language: Ruby
- Homepage:
- Size: 3.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Dev-Digest
For my rails capstone project, I created a website app for developer related articles.


## Built With
- Ruby v2.6.5
- Ruby on Rails v6.0.3.3
- HTML5, CSS3, JS
## Live Demo
[Live Demo Link](https://murmuring-retreat-00624.herokuapp.com/)
## Getting Started
To get a local copy up and running follow the next steps.
### Prerequisites
- Ruby: >= 2.6.0
- Rails: >= 6.0
- Postgres: >=9.5
### Setup
```
$ git clone https://github.com/asiimwedismas/dev-digest.git
$ cd dev-digest
$ yarn install --check-files
```
### Install
Install gems with:
```
$ bundle install
```
Setup database with:
```
$ rails db:create
$ rails db:migrate
```
### Usage
Start server with:
```
$ rails server
```
Open `http://localhost:3000/` in your browser.
### Run tests
```
$ bundle exec rspec --format documentation
```
## Authors
👤 **Dismas Asiimwe**
- Github: [@asiimwedismas](https://github.com/asiimwedismas)
- Linkedin: [@asiimwedismas](https://www.linkedin.com/in/asiimwedismas/)
- Twitter: [@asiimwedismas](https://www.twitter.com/asiimwedismas)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
## 📝 License
[Creative Commons license of the design](https://creativecommons.org/licenses/by-nc/4.0/)