Prostotak433 / WebStore

0 stars 0 forks source link

Database #1

Open MaximZinevych opened 1 year ago

MaximZinevych commented 1 year ago
  1. Read about SQL
  2. Install PostgreSQL
  3. Create database with tables (1to1, 1toM, MtoM relationship)
  4. Create CRUD requests for created database
  5. Connect PostgreSQL via Entity framework
MaximZinevych commented 1 year ago

Started with 1.

Prostotak433 commented 1 year ago
  1. Done
  2. Done
  3. Done