Mongoose Schema Practice

Create a new server from scratch and make a new mongoose schema of any kind that includes at least 5 properties.

Make a model from the schema (you'll use mongoose.model(...)), and use that model to create a new instance of your schema in the database.

No need to worry about separating things into other files for now, but if you want a challenge you're welcome to move the schema into a separate file.