Backend Basics Challenges

Start your backend journey by completing these API and server-side logic tasks:

Simple API Server
Create a basic Express or Flask API that returns JSON data.
Form Submission Backend
Accept and store form data sent from a frontend using POST.
User Auth Basics
Implement simple login/signup logic using sessions or JWT.
CRUD with SQLite
Build a Create/Read/Update/Delete API for a todo app.
API Documentation
Use Swagger or Postman to document your API endpoints.