Skip to content

Commit

Permalink
update read me
Browse files Browse the repository at this point in the history
  • Loading branch information
raahulrahl committed Mar 8, 2024
1 parent e5595bd commit 2e5a4ae
Showing 1 changed file with 21 additions and 22 deletions.
43 changes: 21 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
# ⚕️🧬🔬Curieo Heathcare Search Backend Project 🔍
# ⚕️🧬🔬Curieo Healthcare Search Backend Project 🔍

![Current Version](https://img.shields.io/badge/version-v0.1-blue)
![GitHub Org's stars](https://img.shields.io/github/stars/curieo-org)
![Website](https://img.shields.io/website?url=http%3A%2F%2Fcurieo.org%2F)


Welcome to Curieo Search, the search engine on a mission to revolutionize how you access healthcare information. Our goal is simple yet ambitious: to be the best healthcare search engine available, offering unparalleled access to accurate, up-to-date, and relevant medical information.

## Table of Contents
- [Getting Started](#getting-started)
- [Tools Required](#tools-required)
- [Installation](#installation)
- [Running the App](#running-the-app)
- [Deployment](#deployment)
- [Versioning](#versioning)

- [Getting Started](#getting-started)
- [Tools Required](#tools-required)
- [Installation](#installation)
- [Running the App](#running-the-app)
- [Deployment](#deployment)
- [Versioning](#versioning)

## Getting Started

The project might have multiple branches: `master`, `development`, etc. which can be explained here

* `master` contains aggregate code of all branches
* `development` contains code under development
- `master` contains aggregate code of all branches
- `development` contains code under development

```
search
Expand All @@ -32,7 +32,7 @@ The project might have multiple branches: `master`, `development`, etc. which ca
│ ├── index.html
│ └── manifest.json
└── app
├── api
├── api
│ ├── common
│ ├── endpoints
│ │ ├── search_endpoint.py
Expand All @@ -42,7 +42,7 @@ The project might have multiple branches: `master`, `development`, etc. which ca
│ ├── router
│ ├── gzip.py
│ ├── api.py
├── middlewere
├── middleware
├── process_time.py
├── App.js
├── App.test.js
Expand All @@ -55,30 +55,29 @@ The project might have multiple branches: `master`, `development`, etc. which ca

### Tools Required

* A text editor or an IDE (VsCode is Preferred)
- A text editor or an IDE (VsCode is Preferred)

### Installation

All installation steps go here.

* Installing a particular tool
* Steps to complete it

* Installing another tool
- Installing a particular tool
- Steps to complete it
- Installing another tool

## Running the App

Steps and commands for running the app are to be included here

* Example steps:
```
Example command
```
- Example steps:
```
Example command
```

## Deployment

This section is completely optional. Add additional notes about how to deploy this on a live system

## Versioning

`0.0.1` :
`0.0.1` :

0 comments on commit 2e5a4ae

Please sign in to comment.