Awesome
Todoap
A simple todo app made while learning Vuejs and FastAPI
Highlights
- Frontend: Vuejs
- Backend: FastAPI
- Database: sqlite
Yet to be implemented
Dockerize the applicationAdd some sort of security like JWT authentication
Usage
Building a dev container
Run docker-compose -f docker-compose.yml -f docker-compose.dev.yml build
Building a production container
Run docker-compose build