Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ReaganM02/nuxt3-mongodb-crud
- Owner: ReaganM02
- Created: 2023-04-28T01:41:31.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-18T11:13:11.000Z (over 1 year ago)
- Last Synced: 2024-11-23T16:11:59.492Z (about 2 months ago)
- Topics: mongodb, mongoose, nodejs, nuxt3, typescript
- Language: Vue
- Homepage:
- Size: 5.02 MB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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)