I already wrote about one of my pet projects - Evendy.ru.
Previously it was written with Ruby on Rails as monolith app and first version was deployed about year ago.
Now we have 150 events and 111 users.
Yesterday I deployed version Evendy 2.0.
Now it uses two parts:
Backend path based on Ruby on Rails API. And Frontend path based on Vue.js.
It’s a small app, with a little list of features:
- Users registration/signin
- Create events
- Subscribe to an event
Stay in touch. In the next posts I’ll write about technical side of the project.