Skip to content

Commit

Permalink
remove travis CI and heroku dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mishal23 committed Mar 18, 2024
1 parent 170ab94 commit 3dccd58
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 49 deletions.
41 changes: 0 additions & 41 deletions .travis.yml

This file was deleted.

8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,15 @@
# Virtual Clinic - An Integrated Care System

[![Build Status](https://travis-ci.org/mishal23/virtual-clinic.svg?branch=master)](https://travis-ci.org/mishal23/virtual-clinic)
[![Build Status](https://github.com/mishal23/virtual-clinic/actions/workflows/django.yml/badge.svg)](https://github.com/mishal23/virtual-clinic/blob/master/.github/workflows/django.yml)
[![Coverage Status](https://img.shields.io/codecov/c/github/mishal23/virtual-clinic.svg)](https://codecov.io/gh/mishal23/virtual-clinic)
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/1873/badge)](https://bestpractices.coreinfrastructure.org/projects/1873)
![my website](https://img.shields.io/website-up-down-green-red/http/virtual-clinic.herokuapp.com.svg?label=website)
[![Commits](https://github-basic-badges.herokuapp.com/commits/mishal23/virtual-clinic.svg)]()
[![License](https://github-basic-badges.herokuapp.com/license/mishal23/virtual-clinic.svg)]()
[![Pulls](https://github-basic-badges.herokuapp.com/pulls/mishal23/virtual-clinic.svg)]()
[![Issues](https://github-basic-badges.herokuapp.com/issues/mishal23/virtual-clinic.svg)]()

A software to simplify the process of Health Care in hospitals to help the patients, doctor, labs, chemist.

## Introduction

- Everything is well documented, please take a look at [docs](./docs) folder.
- All the required UML Diagrams are also drawn.
- Finally it is also deployed: http://virtual-clinic.herokuapp.com/
- Steps to setup the project are mentioned [here](./docs/INSTALLATION.md)
- Steps to deploy are mentioned [here](./docs/DEPLOY.md)

Expand Down
2 changes: 1 addition & 1 deletion runtime.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-3.6.6
python-3.9

0 comments on commit 3dccd58

Please sign in to comment.