Skip to content

100xDevs-hkirat/Week-10-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Migrate the course selling app to next.js

Until now we've built a basic course selling application

  • It uses React for the frontend
  • It uses MongoDB as the database
  • It uses Node.js as the Backend server
  • It is written in JS

Link to it - https://github.com/100xDevs-hkirat/week-10

The assignment of this week is to move the application over to NextJS

You can bootstrap a nextjs application by calling -

npx create-next-app@latest

If you have followed the video from Week 10.2, please select these configs to use the Page router (vs the new NextJS 13 app router)

Image

The goal is to -

  • Move the frontend over to NextJS
  • Move the backend over to NextJS API
  • Convert the complete project to Typescript (and not use JS)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published