Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hungle00/mini-devto

Simple Dev.to clone with Rails6
https://github.com/hungle00/mini-devto

bootstrap5 rails6 stimulusjs

Last synced: 27 days ago
JSON representation

Simple Dev.to clone with Rails6

Awesome Lists containing this project

README

        

## MINI MEDIUM

### Dependencies

* Devise - For implementing authentication

* acts_as_taggable - For implementing tagging

* impressionist - For count view page

* ...

### General functionality
- Authenticate users (login/signup pages + logout)
- CRU* users (sign up & settings page)
- CRUD Articles
- CRUD Comments on articles
- Add tags for articles
- GET and display lists of articles
- Favorite articles
- Follow / Unfollow other users
- Statistic dashboard for authors

### Database schema