hirusha-adi / Doctor-Cross

create that green color cross for doctors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doctor Cross

Create that green color cross for doctors thing easily.

Setup

Run from Source

  1. Install Python

  2. Run these command to use a Virtual Enviroment

    python -m pip install virtualenv
    
  3. Create a virtual enviroment

    virtualenv env
    
  4. Activate the virtual enviroment

    env\Scripts\activate.bat
    
  5. Install requirements

    pip install -r requirements.txt
    
  6. Start the web server

    python app.py
    
  7. Open this URL in your browser

    http://127.0.0.1:8090/
    

Using Docker

  1. Build the Docker Image: Open a terminal, navigate to your project directory, and run:

    docker build -t doctor-cross-app .
  2. Run the Docker Container: Once the image is built, run the container using:

    docker run -p 8090:8090 doctor-cross-app

Images

image

image

base-transparent

About

create that green color cross for doctors

License:MIT License


Languages

Language:HTML 64.1%Language:Python 30.3%Language:Dockerfile 5.6%