Skip to content

blancheta/mini_flask_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

🎬 Mission Briefing: Project Anime API 🎬

Mission Objective:

Your mission, should you choose to accept it, is to develop an API capable of supplying crucial details for Japanese anime content to online streaming platforms. This API will serve as the backbone for delivering rich metadata, ensuring an immersive and seamless experience for anime enthusiasts worldwide.

Mission Scope:

Your task involves creating a robust API that can efficiently handle requests from streaming platforms, providing comprehensive information on a vast array of Japanese anime titles. From basic details such as title, genre, and release date, to more intricate data like synopsis, episode count, and ratings, the API must be capable of delivering an extensive range of metadata with speed and accuracy.

Mission Execution:

Your expertise in software development, API design, and data management will be crucial for the success of this mission. Collaborate closely with stakeholders to gather requirements, prioritize features, and ensure alignment with the objectives of online streaming platforms. Employ industry best practices, innovative technologies, and meticulous attention to detail to deliver an API that exceeds expectations and sets new standards for anime content delivery.

🕶️ This message will self-destruct in 5... 4... 3... 2... 1... 🕶️

Feel free to use the trello board to organise your work on the project. You can start by creating one card for each task.

TODOs

0 - Add a new private repository for the project into your github account [ ]

1 - Add me as a collaborator of the project [ ] # for the code reviews

2 - Create a minimal flask api using link in reference

3 - Make request using postman to the API endpoint created in step 2

4 - Create a python file to play with sqlalchemy (using example provided)

5 - Import data from a csv to sqlite database using SQLAlchemy with a python script [ ]

7 - List the first 100 animees sorted by release date with FlaskSQLAlchemy + postman test [ ]

8 - Get all details about "Death Note" + postman test [ ]

9 - Add an animee not existing in the database + postman test [ ]

10 - Update partially an animee + postman test [ ]

11 - Update completely an animee + postman test [ ]

12 - Delete an animee + postman test [ ]

13 - Generate a token for a client + postman test [ ]

14 - Only authenticated clients can interact with the API + postman test [ ]

Docs

To complete this project, a link to a documentation is expected to help any clients to interact with the API.

Test

In order to test that the API is responding accordingly, you can also implement automated tests use pytest. At least one integration test is required for each request.

Resources

About

Flask API exercise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors