In MongoDB, schemas aren't stored in the database itself; they are part of the application code.
Mongoose enforces the schema rules when documents are created or updated. The actual documents in MongoDB don’t inherently have a fixed schema.
-
Clone the repository:
git clone <repo.git> cd yourrepository
-
Install latest npm or nvm
npm install npm install -g nodemon
-
Create a .env file Add the following environment variables: DATABASE_URL="mongo.link"
-
Addons for dev (optional) Install Visual Studio Code and add the REST Client package
```bash
npm run devStart