CT-cb / PlutusBackEnd

0 stars 0 forks source link

Backend: Create limit, income, and expense models in limit-model.js, expense-model.js, and income-model.js files #11

Open CT-cb opened 1 year ago

CT-cb commented 1 year ago

Files are located in the src/Models folder in the backend repo.

Each model should be in the form of a Mongoose Schema. See the user-model.js file for a rough example.

Please include at least all of the attributes that are in the relevant models in src/old/db