Skip to content

Latest commit

 

History

History
50 lines (41 loc) · 1.25 KB

README.md

File metadata and controls

50 lines (41 loc) · 1.25 KB

CRUD App with MongoDB

Visulation of the Website

image

Description

Project aims get information about CRUD App with MongoDB via a Javascript React with Next.js framework and MongoDB.

Learning Outcomes

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.

Getting Started with Create React App

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