Skip to content

Conversation

@jmrl23
Copy link

@jmrl23 jmrl23 commented Oct 29, 2025

Requirements

  • Redis & Postgres (or docker)
  • Google Cloud API

Get Started

Manual

  1. Create a .env file and fill the necessary environment variables for the app (check .env.example for reference)

  2. Execute prisma migration command

    npx prisma migrate deploy
  3. Execute prisma generate command

    npx prisma generate
  4. Execute build command

    yarn run build
  5. Start the application

    yarn run start

Docker

  1. Add your google cloud API key in docker-compose environment

  2. Start the application

    docker compose up

Visit swagger for API documentation and testing

@jmrl23
Copy link
Author

jmrl23 commented Oct 29, 2025

For Google Cloud API, we need both Geocoding API and Weather API

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant