Giter Site home page Giter Site logo

joebalan-git / clinic-managemnt-system-using-laravel Goto Github PK

View Code? Open in Web Editor NEW

This project forked from viduladakshitha/clinic-managemnt-system-using-laravel

0.0 1.0 0.0 22.01 MB

This is a web application for a homeopathy clinic. contains all features for booking doctors, payments, pdf document generations etc.

Home Page: https://github.com/VidulaDakshitha/Clinic-Managemnt-System-using-Laravel

PHP 38.72% HTML 60.66% Vue 0.63%

clinic-managemnt-system-using-laravel's Introduction

ITP-Project

Website for the International Homoeopathic Hospital and Research Institute (pvt) Ltd.

Prerequisites

  • Git
  • Composer
  • XAMPP

Instructions

  1. First clone the repo using the following git command in your git bash(inside the xampp\htdocs)
git clone -b secondary https://github.com/LakshanPerera/ITP-Project.git
  1. CD into the ITP-Project and install the composer dependencies
cd ITP-Project
composer install
  1. Make a .env file by copying the .env.example file
cp .env.example .env
Note
  • If you are using different database name and password update them in the .env file
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=itp <-- Replace this with your database name
DB_USERNAME=root <-- Replace this with your username
DB_PASSWORD= <-- Add your database password(if there's any)
  • If you don't have a MySQL Database in your computer make one by visting http://localhost/phpmyadmin
  1. Generate a new key by running the following command
php artisan key:generate
  1. Migrate the databases
php artisan migrate
  1. To run the app, run the following command and goto the link given(CTRL + click the link)
php artisan serve

clinic-managemnt-system-using-laravel's People

Contributors

anoj7 avatar kevgomez avatar lakshanperera avatar saransr avatar sathiralamal avatar vibhathaa avatar viduladakshitha avatar vishwa98 avatar

Watchers

 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.