Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 303 Bytes

File metadata and controls

18 lines (13 loc) · 303 Bytes

Nextjs & Mongodb CRUD

A web aplication CRUD using Nodejs y Mongodb (with mongoose)

Installation

git clone https://github.com/FaztWeb/nextjs-mongodb-crud
cd next-mongodb-crud
npm i
npm run dev

its necessary to have a mongodb env:

MONGODB_URI=mongodb://localhost:27017/nextcrud