Pushed 1 change to docbrew-frontend
Pushed 1 change to docbrew-backend
Pushed 1 change to docbrew-frontend
Pushed 2 changes to docbrew-backend
Pushed 2 changes to docbrew-frontend
Pushed 2 changes to docbrew-backend
build a new database schema
back to the drawing board. Need to do more reasearch π€
Pushed 1 change to docbrew-frontend
search for documents templates to use
setup production database
Pushed 11 changes to docbrew-frontend
Pushed 8 changes to docbrew-backend
benefits section on the landing page π€π€ docbrew.com
Pushed 2 changes to docbrew-landing
trying new things for the landing page
throwing ideas for the subscribe page
Pushed 2 changes to docbrew-frontend
setting up landing page on render https://docbrew-landing.onrender.com/
setting up custom domain
bought a domain name
building a logo here https://logohub.io/ π
Create template dialog done β
Create template button added! Still no name for the project π
Maybe a good idea to try https://vincit.github.io/objection.js/ π€
It actually looks pretty awesome. Querying things is always great :)
const middleAgedJennifers = await Person.query()
.select('age', 'firstName', 'lastName')
.where('age', '>', 40)
.where('age', '<', 60)
.where('firstName', 'Jennifer')
.orderBy('lastName');
Love it! π