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

https://github.com/softspiders/mongoose-express

Minimalistic mongoose-express
https://github.com/softspiders/mongoose-express

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

Last synced: 11 months ago
JSON representation

Minimalistic mongoose-express

Awesome Lists containing this project

README

          

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

# Minimalistic *mongoose* example

## Feature tags

- express
- mongoose
- starter
- template

---

## Direct ancestors

* [mongoose](https://github.com/softspiders/mongoose)
* [express](https://github.com/softspiders/express)

---

## 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

```javascript
const uri = 'YOUR_MONGODB_URI';
```

## Running

```sh
yarn start
```

## Authors

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

### License

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