NextJS & MongoDB CRUD | Todos App

Description

This is the completed project repo, you can find the starter repo here and the YouTube Video link here.

This is a simple Todos App that was created to show how can we add full CRUD (Create, Read, Update and Delete) functionality to your NextJS Apps.

Note: If you're looking to learn more about NextJS, check out this YouTube Link. Create AI Projects with NextJS and OpenAI FREE on YouTube.

Getting Started

This is a Next.js project bootstrapped with create-next-app.

First, fork and clone this repo:

1. From your terminal or GitBash navigate to your Desktop.

2. On this page click on Code (green button) and copy the HTTPS url.

3. Back on your terminal run: `git clone <PASTE_URL_HERE>`, and press enter.

4. Change directory into your new project folder and run: ` npm i` 

Second, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

Learn More

Useful MongoDB Links:

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.