Skip to content

AleksKuzmin/Project1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yoga4

This is an app for connecting yoga teachers and students named "Yoga4". User student can visit the website, check available classes and classes's location, and make as many bookings as they like. User instructor can create, edit and delete classes. User can sign in and sign out. An admin can see all users and remove them if needed it

About this project

This app is made with Ruby on Rails using different models and associations.

Future works on this project.

  • Making pages for users so they can make comment about classes and make notes about their development.
  • Include online classes and chats.

Link to the app

Models

User Model

  • Login/Create account option
  • Every user can make as many bookings as they like
  • User instructor can create classes

Booking Model

  • Bookings belong to classes

Lesson Model

  • Each class shows information, images, description, location on the map

Location Model

  • This model has many classes and shows location based on suburb and postcode

Layout

Home page