-
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
36abde2
commit 882895a
Showing
3 changed files
with
26 additions
and
5 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
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 |
---|---|---|
@@ -1,3 +1,25 @@ | ||
# storee | ||
|
||
Storee is a simple e-commerce website featuring a cart and a complete payment system using Paypal. Made with Symfony 5. | ||
Storee is a simple e-commerce website featuring a cart and a complete payment system using Paypal. | ||
|
||
## technologies | ||
|
||
- Symfony 5 | ||
- Bootstrap 4 | ||
|
||
## Requirements | ||
|
||
- Composer | ||
|
||
## Prod (deployment) | ||
|
||
```bash | ||
composer install -n | ||
php bin/console make:migration -n | ||
php bin/console doctrine:migrations:migrate -n | ||
php bin/console doctrine:fixtures:load -n | ||
``` | ||
|
||
## Usefull commands | ||
|
||
**Regenerate APP_SECRET:** `php bin/console regenerate-app-secret` |
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