Skip to content

uselessBit/anime-academy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

136 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anime Academy

Stack:

  • FastAPI
  • Postgres
  • Redis
  • ReactJS
  • ViteJS
  • SCSS

Backend architecture

├── src
    ├── clients/
    ├── server/
      ├── routers/
      ├── app.py
      ├── handle_errors.py
    ├── services/
    ├── settings/
    ├── container.py
    ├── __main__.py

Local Developing

Just use

docker compose up --build