MongoDB and React Next.js Demo

Getting Started

  1. Edit .env file MONGODB_URI variable, to point to the MongoDb instance (remember to whitelist IP addresses)
  2. Edit the /src/data/db.js entries to automatically add, update, or delete sites within the MongoDb collection

The Next.js generated API endpoints are decorated usingĀ Swagger