https://github.com/daern91/simple_magazine_app
https://github.com/daern91/simple_magazine_app
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/daern91/simple_magazine_app
- Owner: daern91
- Created: 2017-10-11T14:40:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-12T06:51:06.000Z (over 8 years ago)
- Last Synced: 2025-02-25T02:17:50.962Z (over 1 year ago)
- Language: Ruby
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Magazine articles App
The magazine articles app is free of use and lets users write articles and tag them for easier filtering.
As a visitor you may:
* Create a new user
* Create new articles
* See a list of all articles ordered by creation date
* Filter articles by Tags and Subtags
* Click in on single articles to read the full content
* If you are the owner of the article, you may also edit or delete it.
For testing purposes:
* Set up app locally
* Run rails db:migrate and rails db:seed
* Log in with email admin@example.com and password abc123
* Alternatively, create a new user and get signed in right away
* Try out all the features
* If you find any bugs, please reach out to me asap