tomik-z-cech / PP5-Ohm-Azing-Components

View massive selection of electronic components at our online store. Find high-quality resistors, capacitors, tools, kits and more. Shop now for all your electronic needs !

Home Page:https://ohmazing-components-1a5a0fcb9e95.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

USER STORY : Set Up Dependencies

tomik-z-cech opened this issue · comments

As a Developer, I need to register and obtain links for third party services.

Acceptance Criteria :

All links of third party services (DB, mail provider, AWS) are obtianed and services set

Tasks :

  • Register with Neon DB
  • Obtain Postgres link
  • Refister with Gmail
  • Obtain app password
  • Register with AWS
  • Set AWS
  • Obtain AWS links
  • Create env.py file to keep all secret links and passwords

Neon DB was selected over ElephantSQL as ElephantSQL only offers PostgreSQL version of 11.19 for newly created free tier instances which causes compatibility issues with psycopg2.

This was done in commit 76e4e21.