These are the exercise files used for NICF Web API integration with Python Flask course.
The course outline can be found in
https://www.tertiarycourses.com.sg/wsq-web-api-integration-with-python-flask.html
Topic 1 Get Started on Flask Web API
- Use Flask as Web API Middleware
- Create a Simple Flask Web API
- Test the Flask Web API on Postman
Topic 2 Data and Function Integration with Flask Templating Framework
- Utilize Flask Templating Framework
- Integrate Data and Variables to Template
- Implement Control Structures and Functions
- Integrate Static Files
Topic 3 Web API Integration
- Work with JSON Data
- HTTP Methods and Status Code
- Implement Variable Rules
- Test URL Rules
Topic 4: Working with Database
- Connect to Database
- Serialize Data
Topic 5: Database Integration and Security Issues
- Implement Registration Form and Login to Database
- Login Authentication
- Implement CRUD Operations on Database
Mode of Assessment
- Written Assessment(Q&A)
- Practical Performance