define location model
Task
define location model
Solution
- define interface for location model
- import schema, document, and mongoose from mongoose
- create schema by new Schema
Test
try to export model in route and work with it
Expected work time
30 minutes