Web App for checking MongoDB authentication and authorization. Shows current user permissions and allows to test basic CRUD operations.
The app saves customer password in the server side session file. Not recommended for any production usage.
npm install
The app uses config module.
Update uri value with your connection string and db, collection with your database and collection name. Do not use any collection with data since during tests documents could be modified or deleted.
Update port value if you need a specific port. By default the app starts on port 80.
npm start
npm run dev