Skip to content

Commit

Permalink
added basic notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelbadawi committed Jul 2, 2021
1 parent f132162 commit 82fc659
Show file tree
Hide file tree
Showing 13 changed files with 423 additions and 196 deletions.
1 change: 1 addition & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ This is a basic Twitter clone, but instead of birds we have ducks.
## Configuration

- in order for the database to work, please set up the DATABASE_URL field in .env, we recommand a sqlite driver in a dev environment (for example `DATABASE_URL="sqlite:///%kernel.project_dir%/var/data.db"`)
- in order for mails to work, please fill in the MAILER_DSN field with SMTP provider URI in .env
- in order for Google OAuth to work, please fulfill OAUTH_GOOGLE_ID and OAUTH_GOOFLE_SECRET fields in .env with your Google OAuth keys
- if you use ElasticSearch, please set the ELASTICSEARCH_ENDPOINT in the .env
2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@
"symfony/validator": "5.3.*",
"symfony/webpack-encore-bundle": "^1.12",
"symfony/yaml": "5.3.*",
"twig/cssinliner-extra": "^3.3",
"twig/extra-bundle": "^2.12|^3.0",
"twig/inky-extra": "^3.3",
"twig/intl-extra": "^3.3",
"twig/twig": "^2.12|^3.0"
},
Expand Down
Loading

0 comments on commit 82fc659

Please sign in to comment.