kenamental is a dummy/fake online psychologist consultation booking service web platform with Laravel 10.
Here are the steps to install and run the project in your local environment:
- Clone the repository:
git clone https://github.com/dhillen-bp/kena-mental.git
- Copy
.env.example
to.env
and configure the settings. - Run:
composer install
- Migrate the database:
php artisan migrate
- Run the seeder:
php artisan db:seed
Here's how to run and use the project:
- Run the local server:
php artisan serve
- Open your browser and visit:
http://localhost:8000
- For admin using prefix route /admin
http://localhost:8000/admin
- To run the payment gateway you must go through the https protocol, if on localhost you can use ngrok and run it:
ngrok http 8000
- For configuration details on midtrans can be seen here:
https://docs.midtrans.com/docs/snap-preparation
- Google Authentication with Laravel Socialite
- Booking Online Consultation
- Psychology Test
- User Management
- Psychologist Management
- Consultation Management
- Admin Management
This project is licensed under the MIT License.