- run mysql using
docker-compose up
- open localhost:8080
- if database user doesn't exist login with:
- Login: root
- Password: konrad
- Server: mysql
- create user with credentials from env, set all privileges
- logout from root
- log in using credentials from env file
- create database named like in env file
- run command
nx run api:migrate-run
- run command
nx serve api
server listens on localhost:3333
- run
nx serve
- open localhost:4200