JWT Login flow with Movies CRUD using Nestjs, React, Redux, Tailwind, TailwindUI, Mysql and Docker
- Clone the repository
- Run docker-compose up -d
After running, access the application at http://localhost:8080
Sometime it can happen that the services couldn't end up running everything due to database init took much time, hence docker timeout of execution.
If you face that kind of issue please re-run docker-compose up -d
which will end up running all the services with
Database initialization.
This is case for the first time run only. After that, onwards just docker-compose start
will work fine
Once the services are running successfully, the application is exposed to the HOST
as follows:
.env
file; JWT Token
validation.Roles
decorator.Redux
Tailwind
synchronise: true
enabled - which is only applicable to local development