stephencweiss / matilda

See your time in a whole new way. Small, lightweight, magical.
MIT License
1 stars 0 forks source link

Basic Express Server With Postgres DB #4

Closed stephencweiss closed 5 years ago

stephencweiss commented 5 years ago

These changes address Issues #1 and #3 by creating basic routing for Matilda's budget side.

We have full CRUD capabilities through the use of Sequelize's ORM.

We also have some basic maintenance concepts included for seeding databases for testing purposes.