Nuxt 3 Basic CRUD(Create, Read, Update, and Delete) example using mongodb. The example is built using beginner TypeScript to provide type checking.
- Create a
.env
file - add
MONGO_URL=YOUR_MONGO_URL
If your configuration is correct you should be able to make the basic operations.