ReaganM02 / nuxt3-mongodb-crud

Nuxt 3 MongoDB Basic CRUD example.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic CRUD operations with Nuxt3 and MongoDB

Nuxt 3 Basic CRUD(Create, Read, Update, and Delete) example using mongodb. The example is built using beginner TypeScript to provide type checking.

Usage

  • Create a .env file
  • add MONGO_URL=YOUR_MONGO_URL

If your configuration is correct you should be able to make the basic operations.

See it in action

Example video

About

Nuxt 3 MongoDB Basic CRUD example.


Languages

Language:Vue 58.8%Language:TypeScript 39.1%Language:CSS 2.1%