GithubHelp home page GithubHelp logo

tanpreetjolly / medware Goto Github PK

View Code? Open in Web Editor NEW

This project forked from k-1303/medware

0.0 0.0 0.0 2.51 MB

Medware is a Healthcare Assistance Website that includes a Disease Calculator on the basis of input symptoms. It also includes a medical Dashboard with Health Records and a consultation window.

Home Page: https://medware.live

JavaScript 70.10% Python 27.33% CSS 1.50% HTML 0.26% Dockerfile 0.82%
django postgresql reactjs svm tailwindcss

medware's Introduction

Project Setup Instructions

Setup PostgreSQL Database and .env File

  1. Setup your PostgreSQL database and create a .env file:
    • Create a file called .env in your project's root directory.

    • Add the following lines to the .env file, replacing the placeholders with your actual database credentials:

      USER = <Postgres_Username>
      DATABASE_NAME = <Database_Name>
      PASS = <Password>
      

Install Python Dependencies

  1. Run the following command to install the required Python dependencies:

pip install -r requirements.txt

Database Migrations

  1. Run the following command to create database migration files based on your Django models:

python manage.py makemigrations

  1. Run the following command to apply the migrations and create the necessary tables in the database:

python manage.py migrate

Frontend Setup

  1. Change directory to the frontend folder:

cd frontend

  1. Run the following command to install the required frontend dependencies:

npm install

Run Server

  1. Run the following commands to run the server:

cd ..

python manage.py runserver

medware's People

Contributors

tanpreetjolly avatar k-1303 avatar araj2003 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.