Code Monkey home page Code Monkey logo

hospital-management-system-with-healthcare-chatbot's Introduction

hospital-database-management-system (cs207 Project)

If u would like to deploy it just follow this instructions

step 1 : First of all clone this repository by executing the command

  git clone https://github.com/nunemunthalashiva/hospital-database-management-system.git

step 2: Make sure mysql server is running

   visit this for more details :-)
   https://dev.mysql.com/doc/mysql-startstop-excerpt/5.5/en/windows-server-first-start.html

As you can clearly see its running in localhost I havent deployed it in any web server so follow these steps

step 2 : If you had mysql workbench just follow these instructions(Note: You can also do without workbench there are many tutorials out in the internet please refer it :-)

     for more details about workbench visit the link below
     
     https://dev.mysql.com/doc/workbench/en/
     
     Create a database called 'test' (You can keep anything you want and run the sql query named test.sql)
     
     and connect to it in the following way
     
     Please change the following details in app.py
     
     app.secret_key = 'your secret key' // place any thing between quotation marks
     app.config['MYSQL_HOST'] = 'localhost'  // if its localhost just keep this or else specify your host name
     app.config['MYSQL_USER'] = 'root'  // By default its root if ypu would like to change it please see the tutorials
     app.config['MYSQL_PASSWORD'] = 'hmmm' // Its the password when you are entered while installing mysql on your computer
     app.config['MYSQL_DB'] = 'test  // Its the name of database which you are creating I kept its test 

step 3 : There is nothing to do if you follow above steps and one more thing navigate to your directory via terminal or if you use windows navigate via command-prompt and enter the command

     for installing flask and other dependencies visit here
     
     https://flask.palletsprojects.com/en/1.1.x/installation/#installation
     
      "flask run"(without those apphostrophe)
      
      And copy the url and paste it in your browser you can see that website

And last thing to say

images are just brought from web if you feel offended or if it was yours please raise an issue we will be immediately removing it

Thanks for your intrest in our project :-)

hospital-management-system-with-healthcare-chatbot's People

Contributors

leenaali1114 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.