Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/speratus/miniforum
Miniforum is a tiny forum app built for a series of blogs
https://github.com/speratus/miniforum
Last synced: about 2 months ago
JSON representation
Miniforum is a tiny forum app built for a series of blogs
- Host: GitHub
- URL: https://github.com/speratus/miniforum
- Owner: speratus
- Created: 2020-05-25T19:29:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T19:10:53.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T00:08:09.912Z (almost 2 years ago)
- Language: Ruby
- Size: 71.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Travis Build Status](https://travis-ci.org/speratus/miniforum.svg?branch=master)](https://travis-ci.org/speratus/miniforum)
# Miniforum
Miniforum is a small Forum app built for a blog series on dev.to: [Build a Forum App, from code to Deploy][series].## Features
* Sign up as a user to post questions/answers
* Like posts or replies to express appreciation for the question
* Ranks users and topics according to the number of people who have liked## Stack
* Ruby on Rails
* GraphQL
* Minitest
* TravisCISee full details of the whole application stack [here][series].
## Installation
1. clone the repo
```bash
git clone https://github.com/speratus/miniforum.git
```2. install the dependencies
```bash
bundle install
```3. run the server
```bash
rails s
```[series]: https://dev.to/speratus/build-a-forum-app-from-code-to-deploy-3lcc/