backend init
This commit is contained in:
commit
cd3d0f4ad8
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
__pycache__/
|
||||||
|
.env
|
||||||
2
README.md
Normal file
2
README.md
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# Beat Saber Map Finder
|
||||||
|
Find Beat Saber maps for songs you like
|
||||||
1
backend/.python-version
Normal file
1
backend/.python-version
Normal file
@ -0,0 +1 @@
|
|||||||
|
3.14
|
||||||
0
backend/README.md
Normal file
0
backend/README.md
Normal file
6
backend/main.py
Normal file
6
backend/main.py
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
def main():
|
||||||
|
print("Hello from backend!")
|
||||||
|
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
main()
|
||||||
7
backend/pyproject.toml
Normal file
7
backend/pyproject.toml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
[project]
|
||||||
|
name = "bsmf-backend"
|
||||||
|
version = "0.1.0"
|
||||||
|
description = "Backend server for Beat Saber Map Finder"
|
||||||
|
readme = "README.md"
|
||||||
|
requires-python = ">=3.14"
|
||||||
|
dependencies = []
|
||||||
Loading…
x
Reference in New Issue
Block a user