Nightwing52 / n_body_visualizer

Interactive n body simulator that visualizes the results. Practice for building multi-service architecture.
MIT License
0 stars 0 forks source link

Setup Postgres DB in AWS #2

Closed Nightwing52 closed 3 months ago

Nightwing52 commented 3 months ago

Need to setup Postgres DB with backend user with read/write permissions. There should be a db 'nbody_db' with schemas 'dev' and 'prod'.

nbody_db

Nightwing52 commented 3 months ago

Database has been created with user and schemas initialized. No code change is needed. db