An awesome task which allowed me to understand async functions and aiohttp!
View Demo
·
Report Bug
·
Request Feature
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.
This application is built with love, dedication, coffee and:
To get a local copy up and running follow these simple example steps.
- python
python --version
- Get a free API Key at https://www.linkedin.com/in/shubhamlondhe1996/
- Clone the repo
git clone https://github.com/LondheShubham153/fynd-my-movie.git
- Install python packages
pip install -r requirements.txt
- Test the application
pytest
- Run the application
python app.py
For more examples, please refer to the Documentation
See the open issues for a list of proposed features (and known issues).
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.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Shubham Londhe - @shubhamlondhe96 - My Instagram Shubham Londhe - shubhamlondhe1996 - My LinkedIn Project Link: https://github.com/LondheShubham153/fynd-my-movie