- Install dependencies
npm install
- Run mongodb
- Run index.js
node index.js
- Add Students
- Delete Students
- Update Students
- View All Students
- Search For Students
Takes student information as input and stores it in a database. Allows CRUD operations.
JavaScript