Stephane Mensah
The only difference between ordinary and extraordinary is just that little "extra".
update prisma to latest version
prisma(change some id from int to uuid)
seeding(added a function to cleanup all tables)
helpers(clean up blogs.ts)
prisma(optionalize Post.site)
add posts creation to seed
prisma(remove etag from post model)
prisma(add model for posts)
types(PostResponseType: labels, from string[] to object[])
api(remove etag from posts api)
chore(introduce db seeding and improve api fetching helpers)
prisma( uniquify site and label models)
misc(add name field to blogs constant)
prisma(add model for site)
perf(disable posts caching, improve queues)
api(new api route for fetching labels from source)
config( update redis url in config file)
prisma(add model for labels)
removed bullmq and revert back to bull, improve queue and api route
refactor api endpoints for posts
remove useless custom scripts
custom scripts: replace ts-node with esbuild-runner