Giter Site home page Giter Site logo

islamshaaban / doctor-booking-system Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bassamsaadelsafy/doctor-booking-system

0.0 0.0 0.0 17.38 MB

doctor booking system - ITI graduation project

Shell 0.09% PHP 40.72% Blade 42.81% Less 4.54% HTML 11.85%

doctor-booking-system's Introduction

Build Status Total Downloads Latest Stable Version License

Doctor Booking System

This is a project is Back-end of BookDoc web Application

Team Members:

Ahmed Saleh - Bassam Saad - Hossam Salah - Islam Shabaan - Khaled Elgaml - Mohamed Egila

Prerequisites

You should have composer installed. If you don't install composer from here.

Installing

  1. Download the zipped file and unzip it or Clone it sh git clone https://github.com/Ahmed-Saleh-007/doctor-booking-system.git

  2. cd inside the project

    cd doctor-booking-system
  3. Run this command to download composer packages

    composer update
  4. Run this command to update composer packages

    composer install
  5. Create a copy of your .env file

    cp .env.example .env
  6. Generate an app encryption key

    php artisan key:generate
  7. Create an empty database for our application in your DBMS

  8. In the .env file, add database information to allow Laravel to connect to the database

  9. Migrate the database

    php artisan migrate
  10. Seed the database

    php artisan db:seed
  11. Generate Storage folder in your public directory to store uploaded files or images

    php artisan storage:link
  12. Open up the server

    php artisan serve
  13. Open your browser on this url http://localhost:8000

License

MIT License

Copyright (c) 2021 OS41

doctor-booking-system's People

Contributors

bassamsaadelsafy avatar hossamsalaheldeen avatar mohamedegila avatar islamshaaban avatar ahmed-saleh-007 avatar khaledel-gaml avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.