Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ReaganM02/nuxt3-mongodb-crud

Nuxt 3 MongoDB Basic CRUD example.
https://github.com/ReaganM02/nuxt3-mongodb-crud

mongodb mongoose nodejs nuxt3 typescript

Last synced: about 1 month ago
JSON representation

Nuxt 3 MongoDB Basic CRUD example.

Awesome Lists containing this project

README

        

# 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](https://github.com/ReaganM02/nuxt3-mongodb-crud/blob/master/public/Screenshot%202023-04-28%20at%2010.37.29%20AM.png)](https://res.cloudinary.com/dg1sh76js/video/upload/v1682647798/Screen_Recording_2023-04-28_at_10.08.05_AM_jvib90.mov)