Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hungle00/mini-devto
- Owner: hungle00
- Created: 2021-01-04T13:22:46.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-14T16:17:18.000Z (almost 3 years ago)
- Last Synced: 2024-12-17T11:11:49.607Z (about 1 month ago)
- Topics: bootstrap5, rails6, stimulusjs
- Language: Ruby
- Homepage:
- Size: 956 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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