In this tutorial, You will learn how to build a simple fullstack job board app using latest Next.js (with server components) and mongo database.
This tutorial is beginners-friendly and will teach you how to build a small job portal website using latest tech. By the end of this tutorial, your will have a simple but nice looking app that you can use in your portfolio
Code: https://github.com/dejwid/job-board
Timestamps
00:00:00 - intro
00:04:00 - homepage
01:07:34 - authentication
01:37:06 - creating companies
02:42:59 - job form
03:21:47 - image upload to s3
04:10:03 - saving job to our mongo db
05:11:28 - edit & delete job
06:17:52 - single job page
06:31:27 - outro