You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this project, we tried to set up the data association using RubyOnRails framework, similar to Eventbrite https://www.eventbrite.com/ . A user can create an event and invite other users to his event.
About Blog app is a classic example of a blog website. That allows you to create new posts, displays a list of posts and empower readers to interact with them by adding comments and liking posts.
Hotelator is a SPA built with with Ruby on Rails, PostgreSQL, and React/Redux following a TDD. Allows users to Sign in/up, make hotel reservations, check for them, decline them or add/delete hotel packages. All these actions made by JWT authentication in order to retrieve the specific data for each user.
The Blog app will be a classic example of a blog website. A fully functional website that will display the list of posts and empower readers to interact with them by allowing comments to be added and posts to be liked.