Skip to content

nickap/nuxt-crud

Repository files navigation

Nuxt 3 CRUD Starter Template

A comfortable way to start a nuxt crud application.

Features

How to start

  1. Setup a MongoDB local database or an atlas account.
  2. Add mongo uri to .env file.
    Example of .env content using a local database: MONGO_URI = "mongodb://127.0.0.1:27017/nuxt-crud"
  3. Install dependencies with yarn install
  4. Run dev with yarn dev
  5. Run ESLint yarn lint or try to fix the issues yarn lint --fix

Nuxt 3 Documentation

Nuxt 3 documentation to learn more. Check out the deployment documentation for more information.