From the course: The Freelance Stack: Real Project with Next.js and Strapi
Unlock this course with a free trial
Join today to access over 25,200 courses taught by industry experts.
Deployment overview - Next.js Tutorial
From the course: The Freelance Stack: Real Project with Next.js and Strapi
Deployment overview
Welcome to the deployment section of the course which is completely optional for now because I don't think that you're going to deploy exactly this project to show anywhere because really what I'll try to show you is how you can actually set up the stack to be serving you know your clients as as a freelancer but then obviously will be important for you how you can deploy this in this case here the front end is pretty much self-explanatory especially if you use something like Vercel where you can pretty much host it very very quickly but the strappy backend will actually cost us quite some time to deploy properly. Now what I'm going to do here is just my way of deployment. There's thousands of different ways and very often you will have to look through documentation yourself, you will deploy a few times without making it successfully. That's unfortunately just part of the process and generally though this guide should help you set everything up properly. Now why this guide is going to…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
-
-
-
-
-
-
(Locked)
Deployment overview6m 10s
-
(Locked)
Deploy Strapi server to Heroku13m 56s
-
(Locked)
Difference between production Strapi and local development2m 16s
-
(Locked)
Migrate local database from SQLite to Postgres to the production database16m 40s
-
(Locked)
Handle image uploads in production with AWS S320m 52s
-
(Locked)
Replace image paths in production db to use AWS S3 bucket images8m 37s
-
(Locked)
Deployment of Next.js frontend to Heroku7m 34s
-
(Locked)