hakimamarullah / medisearch-api

Backend used by medisearch.site

Home Page:https://medisearch.site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Medisearch-api

Getting Started with this project

How to start

In the project directory, you can run:

pip install -r requirements.txt

Runs the app.

uvicorn "app.main:app --reload"

Open http://localhost:8000 to view it in your browser.

The page will reload when you make changes.

How to create image using Dockerfile

Build the image locally.
docker build -t "medisearch:latest" .

or you can pull the image from docker registry using this command:
docker pull hakimamarullah/medisearch:latest

How to run using docker container in detached mode:

docker run --name $container_name -p $port:80 --restart $restart-policy -d hakimamarullah/medisearch:latest

About

Backend used by medisearch.site

https://medisearch.site

License:Apache License 2.0


Languages

Language:Python 91.3%Language:TeX 5.4%Language:Dockerfile 3.3%