soundscape-community / authoring-tool

MIT License
3 stars 1 forks source link

[ Difficulty: Intermediate -> Advanced ] Get Development mode working with new Database #20

Closed sheldonej closed 9 months ago

sheldonej commented 9 months ago

Description Install PgAdmin and create a temporary DB on your local machine. Then use this to get a version of the development mode of the application up and running.

Purpose This will be the gateway to start working with a live database as the credentials will be switched over to the live database as soon as we have one in the cloud.

This will be how developers can work with a common database and information set in the near future.

NOTE: You may have to code a workaround for authentication and image storage for the time being. Its probably best to have those use the same as local mode.