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
- Host: GitHub
- URL: https://github.com/softspiders/mongoose-express
- Owner: softspiders
- License: mit
- Created: 2019-03-15T04:43:19.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T15:52:32.000Z (about 3 years ago)
- Last Synced: 2025-01-15T20:20:06.971Z (about 1 year ago)
- Topics: backend, connect, database, db, express, hello-world, helloworld, javascript, min, mongodb, mongoose, node, nodejs, server, softspider, softspiders, ss, template, web
- Language: JavaScript
- Size: 39.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).