An open API service indexing awesome lists of open source software.

https://github.com/swapnanildutta/coronavirusdatabase

I have used web scraping to collect the data and stored it into a .json file and further using the .json file to add to SQLite Database and also trying to make an API using Flask.
https://github.com/swapnanildutta/coronavirusdatabase

api hacktoberfest hacktoberfest2020 python3 sqlite webscraper

Last synced: about 1 year ago
JSON representation

I have used web scraping to collect the data and stored it into a .json file and further using the .json file to add to SQLite Database and also trying to make an API using Flask.

Awesome Lists containing this project

README

          

[![HitCount](https://hits.dwyl.com/swapnanildutta/CoronavirusDatabase.svg)](https://hits.dwyl.com/swapnanildutta/CoronavirusDatabase)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://makeapullrequest.com)
![Repo Size](https://img.shields.io/github/repo-size/swapnanildutta/CoronavirusDatabase)
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![GitHub license](https://img.shields.io/github/license/swapnanildutta/CoronavirusDatabase)](https://github.com/swapnanildutta/CoronavirusDatabase)





Logo

Corona-Virus-Database

## Table of Contents

- [Corona Virus Database](#corona-virus-database)
- [Built With](#built-with)
- [Getting Started](#getting-started)
- [Installation](#installation)
- [Usage](#usage)
- [Roadmap](#roadmap)
- [Contributing](#contributing)
- [License](#license)
- [Contact](#contact)
- [Acknowledgements](#acknowledgements)

## About The Project

### Corona Virus Database

I have used web scraping to collect the data and stored it into a .json file and further using the .json file to add to SQLite Database and also trying to make an API using Flask.

### Built With

This section should list any major frameworks that you built your project using. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.

- [Python 3](https://www.python.org/)

## Getting Started

This is an example of how you may give instructions on setting up your project locally.
To get a local copy up and running follow these simple example steps.

### Installation
*NOTE: If running `python` does not work for you, use what you normally use to envoke python. Some things to try are `py` (for windows) and `python3` (for bash).*
1. Clone the repo

```sh
git clone https://github.com/swapnanildutta/CoronavirusDatabase.git
```

2. Move into the cloned directory

```sh
cd CoronavirusDatabse
```

3. Create a [virtual environment](https://docs.python.org/3/tutorial/venv.html) and set it up (Optional)
```sh
python -m venv coronavirus_venv
```
##### On Windows:
```sh
coronavirus_venv\Scripts\activate
```
##### On Bash (Mac or Linux):
```sh
source coronavirus_venv/bin/activate
```
Your terminal should now be something like `(coronavirus_venv) Some\path $`

4. Install the requirements
```sh
python -m pip install -r requirements.txt`
```
5. Run CoronavirusDatabse
```sh
python coronavirusweb.py
```

## Usage

I have used web scraping to collect the data and stored it into a .json file and further using the .json file to add to SQLite Database and also trying to make an API using Flask.

- add some more features.
- use pictures for demo if you can
- or use gif images here if you want

_For more examples, please refer to the [Documentation]()_

## Roadmap

See the [open issues](https://github.com/swapnanildutta/CoronavirusDatabase) for a list of proposed features (and known issues).

## Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

## License

Distributed under the License. See [`LICENSE`](https://choosealicense.com/licenses/mit/) for more information.

## Contact

Project Link: [https://github.com/swapnanildutta/CoronavirusDatabase](https://github.com/swapnanildutta/CoronavirusDatabase)

## Acknowledgements

- [Img Shields](https://shields.io)
- [Choose an Open Source License](https://choosealicense.com)

[contributors-shield]: https://img.shields.io/github/contributors/swapnanildutta/CoronavirusDatabase.svg?style=flat
[contributors-url]: https://github.com/swapnanildutta/CoronavirusDatabase/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/swapnanildutta/CoronavirusDatabase.svg?style=flat
[forks-url]: https://github.com/swapnanildutta/CoronavirusDatabase/network/members
[stars-shield]: https://img.shields.io/github/stars/swapnanildutta/CoronavirusDatabase.svg?style=flat
[stars-url]: https://github.com/swapnanildutta/CoronavirusDatabase/stargazers
[issues-shield]: https://img.shields.io/github/issues/swapnanildutta/CoronavirusDatabase.svg?style=flat
[issues-url]: https://github.com/swapnanildutta/CoronavirusDatabase/issues