StevenMonty / CS1530-Final

0 stars 0 forks source link

Select a database service #17

Closed StevenMonty closed 3 years ago

StevenMonty commented 3 years ago

Research and compare the Django supported database backends and select most appropriate one:

Went with SQLite3 because it's the easiest to use out-of-the-box and required the least additional configurations which could complicate our plans of deploying to a cloud platform. It was challenging to read about all of these different db types and make an informed decision without much experience.

Sprint 1 Points:3