showcase application
-
user can see all posts (description, video file)
-
user can register
-
user can log in
-
user can upload profile avatar
-
user can upload new posts
-
user can delete his posts
-
admin can do all above +:
-
admin can see all users
-
admin can delete users
-
admin can delete all posts
-
Set APP_ENV environment variable by running the following command
export APP_ENV=development
orexport APP_ENV=production
- For the standard Windows DOS command shell use
set
instead ofexport
for environment variables. - For Windows Powershell use
$env:APP_ENV = "value"
.
- For the standard Windows DOS command shell use
-
Run docker-compose build
-
Run docker-compose up