https://github.com/graphql-editor/backend-nodets-boilerplate
Boilerplate for use with sloth CLI and node server.
https://github.com/graphql-editor/backend-nodets-boilerplate
Last synced: 8 days ago
JSON representation
Boilerplate for use with sloth CLI and node server.
- Host: GitHub
- URL: https://github.com/graphql-editor/backend-nodets-boilerplate
- Owner: graphql-editor
- Created: 2018-06-28T08:38:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-16T10:15:56.000Z (over 7 years ago)
- Last Synced: 2025-11-11T03:31:39.254Z (8 months ago)
- Language: JavaScript
- Size: 38.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Start
Clone this repo and run
```
npm install
```
## Mongo Dev
You can run mongo locally and then
```
npm run dev
```
or use Mlab free instance for development and provide url in package.json
[mlab.com](https://mlab.com)
```
npm run dev-mlab
```
##Server
This boilerplate uses [node](https://github.com/slothking-online/node) sloth server based on greadt [micro](https://github.com/zeit/micro) library.
## Deploy
The deploy config for kubernetes && Block storage && mongo is coming very soon ! Stay tuned.
## Sloth development
This package main purpose is sloth development with [Slothking](https://slothking.online) platform using [CLI](https://github.com/slothking-online/sloth)