Coder Social home page Coder Social logo

doctor-app's Introduction

Doctor app

An application for Doctor and their staff to manage Appointments, Patient information and other stuff. Built with Laravel, ReactJs, InertiaJs and Typescript. And, the UI is built using Ant Design UI library.

Dashboard

Technologies

  • Laravel - The backend framework is Laravel
  • ReactJs & Typescript - The front end of the application is built using React Js along with TypeScript.
  • InertiaJs - The front end views are all ReactJs. And, InertiaJs is used to manage all views as ReactJs based components instead blade files.
  • Ant Design UI library - To built the front end screens, Ant Design UI library and it's components are used.
  • Database - Database used here is MySQL

Requirements

To run the appliaction, you will need all the dependencies of Laravel. You can check this link for more details.

For front end development, you will need Node installed on your app.

Installation

  1. Clone the repository
  2. Install composer dependencies using composer install
  3. Once you have installed the dependencies, you need to create the .env file. You can copy the example file using this command cp .env.example .env
  4. After you have created you .env file you need to generate the application key by running this command php artisan key:generate
  5. Create a new mysql database and add the details of your MySQL server in the .env file.
  6. Once the database connection is ready, you need to run the migrations using the following command php artisan migrate --seed

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.