Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/softspiders/mongoose


https://github.com/softspiders/mongoose

backend connect database db hello-world helloworld javascript min mongodb mongoose node nodejs softspider softspiders ss template

Last synced: about 8 hours ago
JSON representation

Awesome Lists containing this project

README

        

[SOFTSPIDERS](https://github.com/softspiders/softspiders)

# Minimalistic *mongoose* example

## Feature tags

- mongoose
- template

---

## Direct descendants

- [mongoose-express](https://github.com/softspiders/mongoose-express)
- [mongodb-crud-testing](https://github.com/softspiders/mongodb-crud-testing)

---

## Requirements

[Node.js](https://nodejs.org/en/download/package-manager/)

---

## Install

```sh
yarn
```

## Prepare connection string

Replace *YOUR_MONGODB_URI* for your own *MongoDb* connection string. For example, in case of local mongodb server:

```javascript
const uri = 'mongodb://localhost/test';
```

## Running

```sh
yarn start
```

## Authors

[Alexander Lapygin](https://github.com/AlexanderLapygin)

### License

Licensed under the [MIT license](./LICENSE).