This is the second practical assignment in Introduction to Backend Development (7.5 credits) at Kristianstad Högskola. The assignment focuses on developing a backend application that allows users to manage tasks, incorporating database integration, RESTful API design, and asynchronous handling of operations.
Features include:
- Create, read, update, and delete tasks
- Associate tasks with users
- Handle user input validation and proper error responses
Technologies used:
- Node.js
- Express
- MySQL
- dotenv for environment variables