Skip to content

officialkhaled/lets-teach-app

Repository files navigation

Let's Teach Application

This basic Tutor Hiring Platform app uses Laravel and many other laravel packages. It has three user types:

  • Admin who manages the users and their posts.
  • Tutor who can create a profile and apply to available jobs.
  • Student who can make job posts according to their needs.

A walkthrough going over the steps taken to produce this app.

Prerequisites & Installation

Before jumping in, you'll want to make sure you have the system requirements met:

To install PHP dependencies:

composer install

And JS dependencies:

npm install

Get the project ready:

php artisan migrate:fresh --seed
php artisan db:seed --class=UserRolePermissionSeeder

To run the application:

php artisan serve
npm run dev

To view the application running on the server:

http://127.0.0.1:8000

About

A web application for Tutors to find prospective students and for Students who want to hire tutors. - using Codebase 5.9-Admin UI Template

Topics

Resources

Stars

Watchers

Forks

Contributors