MongoDB and React Next.js Demo
Getting Started
Edit .env file MONGODB_URI variable, to point to the MongoDb instance (remember to whitelist IP addresses)
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