A full-stack Todo List application built with Strapi (backend) and Angular (frontend).
The backend uses SQLite as the database and implements JWT (JSON Web Token) for secure authentication.
-
Backend:
- Strapi (Headless CMS)
- SQLite Database
- JWT for authentication and API security
-
Frontend:
- Angular
- HTTP Interceptors to handle JWT tokens and API requests
- Node.js (recommended version: XX)
- npm or yarn
- Angular CLI (for frontend development)
- Navigate to the backend folder:
cd TodoList-Backend