Home

Awesome

Todoap

A simple todo app made while learning Vuejs and FastAPI

Highlights

Yet to be implemented

  1. Dockerize the application
  2. Add 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