enrique-rodriguez / medical

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Medical Marketplace

This project consists of building a prototype version of a Medical Provider Marketplace where people can find a doctor or other healthcare providers to book an appointment with.

Tech Stack

Django (backend)

Svelte (frontend)

HTTP REST

Django ORM (Database) using Postgres

Domain Driven Design (Architecture Patterns)

Requirements

Git

Python 3.9

Pipenv

Node JS

Installation

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/enrique-rodriguez/medical/master/install/install.sh)"

Paste that in a macOS Terminal or Linux shell prompt.

Usage

cd medical
pipenv run start

open http://localhost:8000 on your web browser of choice.

Admin Login

if you installed this project using the bash script above, you can login to the admin page using the user created with username "admin" and password "adminpass"

Running the tests

pipenv run test

Generate coverage report

pipenv run coverage

Acknowledgements

BrainHi-Software-Engineer-Interview-Project

Medilab HTML Template from Bootstrap Made

About


Languages

Language:JavaScript 82.0%Language:Python 12.0%Language:CSS 5.2%Language:Shell 0.5%Language:HTML 0.3%