-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3cd0ff2
commit 678cc39
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
3. `docker compose up -d && docker compose logs -f` | ||
|
||
- Frontend: [localhost:8080](http://localhost:8080) | ||
- ICal Calendar: [localhost:8080/ical?l="Tutorium"](http://localhost:8080/ical?l="Tutorium") | ||
- ICal Calendar: [localhost:8080/ical?l=Tutorium](http://localhost:8080/ical?l="Tutorium") | ||
- API: [localhost:8080/api](http://localhost:8080/api) | ||
- GraphQL Playground: [localhost:8080/playground](http://localhost:8080/playground) | ||
- Documentation for all endpoints can be found in the [`server/README.md`](server/README.md) | ||
|
@@ -19,10 +19,9 @@ | |
3. `npm run dev` | ||
|
||
#### backend | ||
|
||
i just rebuild the docker image on change | ||
|
||
For the E-Mail verification to work you have to provide a smtp server inside your `.env.local`, e.g.: | ||
The backend sends emails (confirmation, ...). You need provide a smtp server inside your `.env.local`, e.g.: | ||
``` | ||
SMTP_HOST=smtp.example.de | ||
[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters