Рет қаралды 3,529
I’m joined by Chris Sev from Digital Ocean to talk about their new App Platform. We’re going to use it to build a little website: The site will be blog-like: Posts with IDs, titles, content, and the more dynamic bit: “likes”. We’re going to use some pretty modern tech to get it done.
• Next.js will be the site-building framework, giving us React, the ability to use a Node-server backend, and routes to build our own little API.
• Prisma will be the tool (an “ORM” specifically, Object-relational mapping) we’ll use to make building the database interactions easier and give us tools for interacting with that data.
• App Platform will be the host, giving us the Static & Node server, Postgres data store, build-in deployment from GitHub, and more.
try.digitaloce...