You can find our application here.
This is a web application that enables users to sign up and create a profile, so they can meet other DnD players online, form groups and schedule games so they can play together.
This project was built in weeks 11/12 of the Makers Academy course in a team of 4 as our Final Project.
To build this app, we used Agile Development, with daily standups and retros, with sprints lasting up to 3 days
The main technologies used in this project are as follows:
- Ruby on Rails
- Devise
- Heroku
- JavaScript
- AWS
- HTML
- CSS
> bundle install
> bin/rails db:create
> bin/rails db:migrate
> bundle exec rspec # Run the tests
> bin/rails server # Start the server at localhost:3000
You can also visit the site hosted on Heroku in the link at the top of the page