Skip to content

Commit

Permalink
Align API with the new JsonDataContract (#6)
Browse files Browse the repository at this point in the history
* Add and use JsonDataContract

* Auto create directories

* Update package.json

* Revert accidental changes

* Update env for service URL

* Add dev docker-compose

* Revert docker-compose.yml

* Change docker-compose.dev.yml
  • Loading branch information
oricho123 authored Aug 20, 2024
1 parent a073181 commit 9b39d21
Show file tree
Hide file tree
Showing 30 changed files with 690 additions and 330 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"rules": {
"@typescript-eslint/no-var-requires": 0,
"@typescript-eslint/consistent-type-imports": "error",
"@typescript-eslint/no-explicit-any": "warn",
"sort-imports": [
"error",
{
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,6 @@ dist
.pnp.*

.idea

# Server Data
volumes
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ To run the application, you need to set up the Docker environment. The `docker-c
3. Run the Docker container:

```bash
docker-compose up
docker compose up
```

## Capabilities that require configuration
Expand Down
Loading

0 comments on commit 9b39d21

Please sign in to comment.