Skip to content

πŸš€Project aims get information about CRUD App via a Javascript React with Next.js, MongoDBframework.

Notifications You must be signed in to change notification settings

aslinurtolga/CRUD-App-with-MongoDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

16 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

About

πŸš€Project aims get information about CRUD App via a Javascript React with Next.js, MongoDBframework.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published