Preparing Dev environment from Git repository Phoenix export from other developers

Hello forum!

I have Git repository (Phoenix Umbrella project) and would like to setup development environment to take over development. I have the Phoenix environment setup and compiled the project, but no tables generated in Postgres stating that this is ‘Test’ environment.

Any suggestions or best practices to set the Dev environment?

Welcome!

Do you mean that your project currently runs in :test Mix environment?

The project you want to take over could have different than standard setup instructions, so it would be probably best to ask previous developers for help or documentation, but you could look into Phoenix Guides for help, especially the Up and Running and Ecto guides.

1 Like

Thank you for your response. I got it resolved, error was basically missed Postgres extension.

1 Like