CRUD App with MongoDB
Project aims get information about CRUD App with MongoDB via a Javascript React with Next.js framework and MongoDB.
At the end of the this project, you will be able to;
-
improve coding skills within ReactJS, Next.js, Tailwindcss, MongoDB.
-
use git commands (push, pull, commit, add etc.) and Github as Version Control System.
CRUD-App-with-MongoDB(folder)
|
|----readme.md
SOLUTION
βββ app
β βββ addTopic
β β β βββ page.jsx
β βββ api/topics
β β β βββ [id]
β β β β βββ route.js
β βββ editTopic/[id]
β β β βββ page.jsx
β βββ favicon.ico
β βββ globals.css
β βββ layout.js
β βββ page.jsx
βββ assets
β βββ ss.png
βββ components
β βββ EditTopicForm.jsx
β βββ Navbar.jsx
β βββ RemoveBtn.jsx
β βββ TopicsList.jsx
βββ libs
β βββ mongodb.js
βββ models
β βββ topic.js
βββ package.json
βββ yarn.lock