/todoapp

Todo app made in process of learning Vuejs and FastAPI

Primary LanguagePython

Todoap

A simple todo app made while learning Vuejs and FastAPI

Highlights

  • Frontend: Vuejs
  • Backend: FastAPI
  • Database: sqlite

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