Python-Angular-FastAPI-TodoApp Tailwind Templates

Python Angular Fastapi Todoapp

A to do app with Angular front end and Python/FastApi backend, styled with Tailwind and using MySQL database. The app has Angular unit tests and Cypress component tests, as well as python database tests.

A todo app created with Python as backend and Angular front end which uses mysql server database and Tailwind CSS.

To test, create a database in Workbench called mydb and create a table as per below:

create table todo ( id int auto_increment, task char(100), primary key(id) )

Run "python3 -m uvicorn main:app --reload" to start api

and "ng serve -o" to start ui.

image

Top categories

Loading Svelte Themes