Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/michle99/mongodb_mongoose_practice_projects

MongoDB and Mongoose Practice Projects.
https://github.com/michle99/mongodb_mongoose_practice_projects

expressjs mongodb mongodb-atlas mongoose-schema mongoosejs nodejs

Last synced: 6 days ago
JSON representation

MongoDB and Mongoose Practice Projects.

Awesome Lists containing this project

README

        


MongoDB and Mongoose Practice Projects


## Introduction
This repository contains practices on how to use MongoDB native driver and Mongoose packages to connect and access data on MongoDB Database collections.

## Getting Started
Clone this repo and use the command to install the dependencies:

```
npm i
```