Compare commits
2 Commits
151c98e994
...
8b0fa219aa
| Author | SHA1 | Date | |
|---|---|---|---|
| 8b0fa219aa | |||
| 22b592e3ef |
@@ -3,4 +3,3 @@ node_modules
|
|||||||
.gitignore
|
.gitignore
|
||||||
.gitattributes
|
.gitattributes
|
||||||
README.md
|
README.md
|
||||||
DELIVER_MAN.slnx
|
|
||||||
|
|||||||
@@ -1,6 +0,0 @@
|
|||||||
<Solution>
|
|
||||||
<Project Path="DELIVER_MAN.esproj">
|
|
||||||
<Build />
|
|
||||||
<Deploy />
|
|
||||||
</Project>
|
|
||||||
</Solution>
|
|
||||||
14
README.md
14
README.md
@@ -1 +1,15 @@
|
|||||||
# DELIVER_MAN
|
# DELIVER_MAN
|
||||||
|
|
||||||
|
## Docker
|
||||||
|
|
||||||
|
Run client + server + database:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
docker compose up --build
|
||||||
|
```
|
||||||
|
|
||||||
|
Open the client at `http://localhost:8080`.
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
- The API is proxied through the client container to the server at `/api`.
|
||||||
|
- The MariaDB schema/data is auto-initialized from `docker/init.sql` on first run.
|
||||||
|
|||||||
Reference in New Issue
Block a user