Skip to content

Commit

Permalink
Merge branch 'master' into 353-fix-buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfgebhardt authored Mar 26, 2024
2 parents 9dadc39 + 1788f26 commit 0a4c512
Show file tree
Hide file tree
Showing 14 changed files with 14,869 additions and 15,534 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,15 @@ The following endpoints are provided if `docker compose` is used:
| Endpoint | Description |
|----------------------------------------------------------------------|----------------------------|
| [http://localhost:3306](http://localhost:3306) | MySQL Database |
| [http://localhost:4000/graphql](http://localhost:4000/graphql) | Backend GraphQL API |
| [http://localhost:4000/playground](http://localhost:4000/playground) | Backend GraphQL Playground |
| [http://localhost:3000](http://localhost:3000) | Presenter Frontend |
| [http://localhost:3000](http://localhost:3000) | Presenter |
| [http://localhost:8081](http://localhost:8081) | Presenter Documentation |
| [http://localhost:6006](http://localhost:6006) | Presenter Storybook |
| [http://localhost:3001](http://localhost:3001) | Frontend |
| [http://localhost:8082](http://localhost:8082) | Frontend Documentation |
| [http://localhost:6007](http://localhost:6007) | Frontend Storybook |
| [http://localhost:4000/graphql](http://localhost:4000/graphql) | Backend GraphQL API |
| [http://localhost:4000/playground](http://localhost:4000/playground) | Backend GraphQL Playground |
| [http://localhost:8083](http://localhost:8083) | Backend Documentation |
| [http://localhost:8080](http://localhost:8080) | Documentation |

## How to release
Expand Down
4 changes: 3 additions & 1 deletion backend/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Backend
# Dreammall Backend
[![nodejs][badge-nodejs-img]][badge-nodejs-href]
[![npm][badge-npm-img]][badge-npm-href]
[![docker][badge-docker-img]][badge-docker-href]
Expand Down Expand Up @@ -45,6 +45,8 @@ The following commands are available:
| **Documentation** | |
| `npm run docs:dev` | Run Documentation in development mode |
| `npm run docs:build` | Build static documentation |
| **Maintenance** | |
| `npm run update` | Check for updates |

### Docker

Expand Down
Loading

0 comments on commit 0a4c512

Please sign in to comment.