Skip to content

Commit

Permalink
feat(backend): add prototype of the backend
Browse files Browse the repository at this point in the history
  • Loading branch information
iagorrr committed Nov 29, 2024
1 parent 4b087d3 commit 28b2145
Show file tree
Hide file tree
Showing 13 changed files with 1,614 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
builds/*
target
1 change: 1 addition & 0 deletions backend/.backend-env-file.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
BACKEND_API_PORT = 8086
5 changes: 5 additions & 0 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM rust:1.82-bookworm

WORKDIR /app

CMD ["cargo", "run", "--release"]
Loading

0 comments on commit 28b2145

Please sign in to comment.