Build Flask REST API with SQLite

# Introduction In this project, we will learn how to build a REST API in Flask using SQLite as the database. We will start by creating a sample SQLite database and populating it with some data. Then, we will build a Flask application with endpoints to perform CRUD (Create, Read, Update, Delete) operations on the data in the SQLite database. ## 👀 Preview ![Alt text](https://file.labex.io/namespace/718bace8-27a3-4200-a588-dde4041ceeb9/flask/project-building-a-rest-api-in-flask-with-sqlite/challenge-1/assets/20230926-14-35-22-MYtuGQGs.png) ## 🎯 Tasks In this project, you will learn to: - Create a Flask application with SQLite as the database backend - Create a sample SQLite database and table - Populate the database table with sample data - Implement endpoints to retrieve all users, retrieve a specific user by ID, create a new user, update an existing user, and delete a user - Test the REST API endpoints using cURL or a browser ## 🏆 Achievements In this project, you will learn: - How to create a Flask application - How to use SQLite as a database in Flask - How to perform CRUD operations in Flask using endpoints - How to test REST API endpoints using cURL or a browser

|60 : 00

Click the virtual machine below to start practicing