Felipe1995c / U-Plan-it

0 stars 0 forks source link

Model: Postgres, Sequelize and Dotenv #2

Closed scurvyirv closed 1 month ago

scurvyirv commented 1 month ago

Application is backed by a PostgreSQL database with a Sequelize ORM and protects API keys and sensitive information with environment variables (use dotenv here)

scurvyirv commented 1 month ago

we have successfully integrated PostgreSQL and Sequelize ORM to generate databases for our models but still need to seed data

scurvyirv commented 1 month ago

we have successfully seeded data and encrypted sensitive user data