diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8c32fce --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +node_modules +.DS_Store +dist +dist-ssr +*.local +count.txt +.env +.nitro +.tanstack +.wrangler \ No newline at end of file diff --git a/TODOS.md b/TODOS.md new file mode 100644 index 0000000..34dd5b2 --- /dev/null +++ b/TODOS.md @@ -0,0 +1,16 @@ +# TODOS + +- Go Setup + - Justfile + - Commands + - Server + - Database + - Logging + - Cors and other middleware + - Controllers and routes + - Version config +- Docker setup +- CI/CD pipeline +- dependabot +- Unit tests +- Lizenz, code of conduct etc. \ No newline at end of file