This free API is designed to help you learn to work with APIs using React, Django, and Flask.
https://api.dunistech.ng/api/
/api/courses//api/courses/<id>//api/recipes//api/recipes/<id>/fetch('https://api.dunistech.ng/api/courses/').then(res => res.json()).then(data => console.log(data));
axios.post('https://api.dunistech.ng/api/courses/', {
title: 'New Course',
description: 'Intro to React'
})
[{'id': 1, 'title': 'Flask Basics', 'description': 'Intro to Flask'}]
[{'id': 1, 'title': 'Jollof Rice', 'ingredients': 'Rice, Tomato, Pepper'}]