A medium-like webapp with restful Rails-based API & React/Redux client.
- Conceptually inspired by medium app.
- Rest Api design guided by Github guidelines.
- Code style bounded by @rubocop-hq and @airbnb
- Users can manage articles.
- Users can follow another users.
- Users can view users' board.
- Users can search for articles.
This will be the first aproximation regarding high availability archtecture
You can read more about it in design topic.
All technical files is under api
(as server) and web
(as client) folder.