Table of Contents
EAB is a website that allows you make a appointment booking for a hospital online and without efort. is an web aplication.
- The burocracy of many wealth institution is so hight about making a booking and interaction to gathering information they need a time.
- User Registration (POST|GET|PUT|DELETE) and authentication.
- Patient's Appointment Booking
- Dashboard Admin.
- Email Sending.
- Password Encryptation.
- File Uploads.
- Session Authentication.
- Docker Containerization.
- PHP
- LARAVEL
- BOOTSTRAP
- MYSQL
- SESSION AUTH
- ELOQUENT ORM
- HTML|CSS|JAVASCRIPT
- DOCKER CONTAINERAZATION
Ensure your have installed on your machine: *Vscode, *node, *composer, *mysql properly.
-
Clone the repo
git clone https://github.com/marionorberto/EAB.git
-
Install all packages using composer
composer install
-
Create the Mysql Database: 'eab'.
-
Create .env file and Change your local .env variable(see exemple file: .env.example).
-
run start script.
php artisan serve
- Register you in app:
- Login in application:
- Make a booking:
- Check your email confirmation:
- Explore the app 😃
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License.
Mário Norberto - @linkedin.com/in/marionorberto - marionorberto2018@gmail.com
Project Link: https://github.com/marionorberto/EAB