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

https://github.com/londheshubham153/fynd-my-movie


https://github.com/londheshubham153/fynd-my-movie

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]





Logo

FyndMyMovie


An awesome task which allowed me to understand async functions and aiohttp!




View Demo
·
Report Bug
·
Request Feature

## Table of Contents

* [About the Project](#about-the-project)
* [Built With](#built-with)
* [Getting Started](#getting-started)
* [Prerequisites](#prerequisites)
* [Installation](#installation)
* [Usage](#usage)
* [Roadmap](#roadmap)
* [Contributing](#contributing)
* [License](#license)
* [Contact](#contact)

## About The Project

![product-screenshot](images/search.png)
![testing-screenshot](images/test.png)

There are many great Movie CRUD APIs available on GitHub, however, I didn't copy from them, I created FyndMyMovie which made me understand a new framework AIOHTTP.

Here's why you should love this assignment:
* I am fluent in Django, Flask and python-cli applications, learning Aiohttp added a new feather to my cap of Python frameworks.
* Getting to know about async await was fun and insightful, this is the very first implementation of of the same.
* You will find good code quality and code standards which can be used to demonstrate to beginners, if not no issues as we are in an agile world. Learning continously:)

A list of commonly used resources that I find helpful are listed in the acknowledgements.

### Built With
This application is built with love, dedication, coffee and:
* [aiohttp](https://pypi.org/project/aiohttp/)
* [sqlite3](https://www.sqlite.org/index.html)

## Getting Started

To get a local copy up and running follow these simple example steps.

### Prerequisites

* python
```sh
python --version
```

### Installation

1. Get a free API Key at [https://www.linkedin.com/in/shubhamlondhe1996/](https://www.linkedin.com/in/shubhamlondhe1996/)
2. Clone the repo
```sh
git clone https://github.com/LondheShubham153/fynd-my-movie.git
```
3. Install python packages
```sh
pip install -r requirements.txt
```
4. Test the application
```python
pytest
```
5. Run the application
```python
python app.py
```

## Usage

_For more examples, please refer to the [Documentation](https://github.com/LondheShubham153/fynd-my-movie)_

## Roadmap

See the [open issues](https://github.com/LondheShubham153/fynd-my-movie/issues) 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 MIT License. See `LICENSE` for more information.

## Contact

Shubham Londhe - [@shubhamlondhe96](https://instagram.com/shubhamlondhe96) - My Instagram
Shubham Londhe - [shubhamlondhe1996](https://www.linkedin.com/in/shubhamlondhe1996/) - My LinkedIn
Project Link: [https://github.com/LondheShubham153/fynd-my-movie](https://github.com/LondheShubham153/fynd-my-movie)

[license-shield]: https://img.shields.io/github/license/othneildrew/Best-README-Template.svg?style=flat-square
[license-url]: https://github.com/othneildrew/Best-README-Template/blob/master/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=flat-square&logo=linkedin&colorB=555
[linkedin-url]: https://www.linkedin.com/in/shubhamlondhe1996/
[product-screenshot]: images/search.png