Open farrell-j opened 1 year ago
[x] Initial data will be dummy data you create
[x] Third party API's should not be providing the data for standard usage of the application
[x] The server should communicate to the database to query all CRUD operations
[x] Ensure the database has a minimum of 2 tables (preferably 3 or more,) which contain foreign keys and relational data
[x] A many-to-many table should be included, if your data set supports it
[x] Initial data will be dummy data you create
[x] Third party API's should not be providing the data for standard usage of the application
[x] The server should communicate to the database to query all CRUD operations
[x] Ensure the database has a minimum of 2 tables (preferably 3 or more,) which contain foreign keys and relational data
[x] A many-to-many table should be included, if your data set supports it