why-social / y

MIT License
0 stars 0 forks source link

Add database creation script #1

Closed cynex0 closed 1 day ago

cynex0 commented 1 month ago

Acceptance criteria:

cynex0 commented 1 month ago

After using mongoose.connect MongoDB automatically creates a database with the provided uri if the database doesn't exist. No need to implement additional code for database creation

By Aliaksei Khval on 2024-09-07T18:23:57

cynex0 commented 1 month ago

Schemas require a code review

By Aliaksei Khval on 2024-09-07T19:15:34

cynex0 commented 1 month ago

marked the checklist item Use object id references in the schemas to implement relations. as completed

By Aliaksei Khval on 2024-09-12T11:29:38

cynex0 commented 1 month ago

marked the checklist item Add a 'follows' linked table to support many-to-many relation between following users as completed

By Aliaksei Khval on 2024-09-12T11:29:38

cynex0 commented 1 month ago

created branch 1-add-database-creation-script-2 to address this issue

By Aliaksei Khval on 2024-09-12T11:29:41

cynex0 commented 1 month ago

mentioned in commit 01e897d63bd187ab18f5ff085c1c14e348d1dba4

By Razvan Albu on 2024-09-12T11:33:18

cynex0 commented 1 month ago

created branch 1-add-database-creation-script to address this issue

By Aliaksei Khval on 2024-09-07T16:20:53

cynex0 commented 1 month ago

mentioned in commit 2fae9b8ee7ea8744161ced4f2de24b0df1ffd0b9

By Aliaksei Khval on 2024-09-07T18:22:49

cynex0 commented 1 month ago

marked the checklist item Mongo database creation script as completed

By Aliaksei Khval on 2024-09-07T18:23:47

cynex0 commented 1 month ago

marked the checklist item Upon server start, the database should be created automatically if non existent as completed

By Aliaksei Khval on 2024-09-07T18:24:00

cynex0 commented 1 month ago

mentioned in commit c8dab24be3ed1221c8b39c4d4803f95a6c252d0e

By Aliaksei Khval on 2024-09-07T19:12:12

cynex0 commented 1 month ago

mentioned in commit 43883eda412bbf8936d1e23f2eb0b9b329f567a4

By Aliaksei Khval on 2024-09-12T11:29:27