WestonVincze / website-overhaul

Revamping my old NextJS website with TypeScript integration, react-spring, new custom assets, and a fractal modlet architecture pattern. (WIP)
https://westonvincze.com
1 stars 0 forks source link

Migrate JSON content to relational database #52

Open WestonVincze opened 11 months ago

WestonVincze commented 11 months ago

Description

ResumeContent and ProjectsContent should be stored in a separate database in order to edit more easily down the line. Add a DB integration to Vercel and update the code to no longer use the current content storing system (JS objects).

Bonus:

A/C