Deploy a MongoDB application for CS 532 assignment #4. Refer to the provided template
- /
- Home Page, index.html
- /upload
- Submit the form
- /list
- List all people in database
- /query
- Query by name, age, date, or city
- All parameters are optional. Returns all if none are provided
- Returns each document that matches all parameters exactly.
- Connect to the NMSU network via VPN or be physcially on campus
$ ssh [email protected]
- Reset DNS
$ podman-compose down
$ kill -9 "$(cat /run/user/"$(id -u)"/containers/networks/aardvark-dns/aardvark.pid)"
$ rm /run/user/"$(id -u)"/containers/networks/aardvark-dns/*
$ podman-compose build
$ podman-compose up
- Server name: (doesn't matter). e.g. test1
- Database Name: myDatabase
- Collection: 'people'