Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/softspiders/mongoose
- Owner: softspiders
- License: mit
- Created: 2019-03-15T04:25:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-20T20:45:46.000Z (about 2 years ago)
- Last Synced: 2024-04-23T22:43:27.724Z (7 months ago)
- Topics: backend, connect, database, db, hello-world, helloworld, javascript, min, mongodb, mongoose, node, nodejs, softspider, softspiders, ss, template
- Language: JavaScript
- Size: 25.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).