Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 622 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 622 Bytes

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