Add initial setup for frontend and backend

This commit includes configurations and boilerplate code for both frontend and backend. The frontend uses Next.js with Tailwind CSS, while the backend is built with FastAPI. Various essential files like `tsconfig.json`, `requirements.txt`, and `.gitignore` have been added to kickstart the development process.
This commit is contained in:
2025-02-27 12:50:35 +01:00
parent f4c01d9822
commit 1d00b092fd
24 changed files with 5924 additions and 3 deletions

6
.gitignore vendored
View File

@@ -293,10 +293,10 @@ dmypy.json
# Cython debug symbols
cython_debug/
# PyCharm
# IntelliJ IDEA
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
.idea/
*.iml