Skip to content

Local development workflow optimalisation #184

@lukaskett

Description

@lukaskett

Describe the bug
I went throught the steps and had to:

  • docker-compose.mysql.yaml is missing app-network
networks:
 app-network:
   driver: bridge
  • extend .env.examples with initial values, e.g.:
MYSQL_ROOT_PASSWORD=rootpass
MYSQL_DATABASE=orienteerfeed
MYSQL_USER=ofeed
MYSQL_PASSWORD=ofeedpass
MYSQL_HOST=localhost
MYSQL_PORT=3306
DATABASE_URL=mysql://ofeed:ofeedpass@localhost:3306/orienteerfeed
  • fill in both ENCRYPTION_SECRET_KEY and JWT_TOKEN_SECRET_KEY values in .env file.
  • missing Sport and Country, had to run pnpm db:seed

To Reproduce
Follow the steps.

Expected behavior
Smoth local development setup.

Screenshots

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    backendpriority: mediumIssues that are significant but not urgent. These are generally planned for the next sprint

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions