Skip to content

heroisaprinciple/findEducator

Repository files navigation

A findEducator platform to find a tutor for a particular subject.

How to run application:

  1. Clone a repository.

  2. Go to the project and enter there bundle install to install all gems (packages) needed for the application.

  3. rails db:create to create a db.

  4. rails db:migrate to run migrations.

  5. Run rails db:seed to populate your database with necessary info.

  6. Run rails s in one terminal.

Good. Let's go.

Rails Documentation:

The gems used:

Authentication: `devise, devise-security (for better passwords), devise-jwt, email-validator`.

Payment: stripe, pay.

Goals for this project:

Mentor has only one subject for now. And there is one price for the subject.

In nearest future: one mentor has many subjects, but the price for the subject is constant.

Finally, one mentor has many subjects and many prices for subjects. Thus, a mentor can select their own price for the subject. In essence, there are two mentors who teach Anatomy. Both of them can select prices for the subject.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages