Scotcher is a journal application to help users track their Scotch and Scotch-adjacent experiences. They are able to log bottles, give ratings, and comments.
- Create a React/Redux application with a Ruby/Rails backend.
- Build a many-to-many relationship implemented by using 2 has-many-through relationships.
- Display full CRUD actions.
- Implement Active Record validations.
- Implement authentication/authorization, including password protection.
- React
- Ruby
- Ruby
- Rails
- Active Record
- Run client with npm start --prefix client on localhost:4000
- Run server with rails s on localhost:3000
- To login with an account with a full collection use username: gian, password: 1234