Tribal is a social fitness application.
- In your terminal, type:
git clone https://github.com/CraftAcademy/tribal.git
- Run bundle
bundle install
- Run yarn install
yarn install
- Migrate the database
rails db:migrate
- To open the project, use this command in the terminal:
foreman start -f Procfile.dev
- Click on "Register" and choose "Trainee" at the page that pops up before you go to the login form.
- You will now be on the home page where you will see all the sessions.
- Now you can book a session by clicking "Book" to the right of the session.
- You now have to pay for the session that you booked.
- Join the session when it starts and have fun!
- Click on "Register" and choose "Coach" at the page that pops up before you go to the login form.
- You can now create a session by clicking "Add Session" on the home page.
- Fill in the form with details about the session you want to create.
- Click "Add Session".
- You can now see your session on the home page!
- Start the session by clicking "Start" to the right of the session.
- Ruby on Rails
- React
- Rspec
- Cucumber
- TailWindCSS
- Pivotal Tracker
- Semaphore
- Heroku
- Stripe
- GitHub
- Coveralls
- Visitors can view sessions * Visitors can view sessions
- Visitors can register on the site * Visitors can register on the site
- User can log in and log out * User can log in and log out
- Coach can create sessions
- Trainee / trainees can join a session in a videocall
- Responsive design * Responsive design
(In Alphabetical order)