JericN / Student-Finance-Tracker

The Student Finances Tracker is an application that the user can utilize to record any transactions they make.
https://student-finance-tracker.vercel.app
MIT License
1 stars 0 forks source link

Plan database schema #18

Closed JericN closed 6 months ago

JericN commented 7 months ago

For the upcoming sprint, our focus is on implementing the server side of our application. To proceed effectively, we require a robust database schema. We will base our schema design on the guidelines outlined in our Software Design Document, feel free to update the existing schema.

Additionally, we need to make a decision regarding the database service we'll utilize. We have two options:

  1. Create our own REST API: Following industry best practices outlined in resources like this guide, we will develop a custom REST API tailored to our application's needs with postgreSQL as our database.

  2. Utilize Firebase: Leveraging the capabilities of Firebase Firestore, we can rapidly integrate a scalable NoSQL database into our project.

We also need primary people to take on these roles.