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

https://github.com/jeswinpaul/backgen.io

Create and run a fully functional Node.js server with no code.
https://github.com/jeswinpaul/backgen.io

apollographql backend dynamodb firebase mongodb nocode nodejs server

Last synced: 2 months ago
JSON representation

Create and run a fully functional Node.js server with no code.

Awesome Lists containing this project

README

          

# Backgen CLI (Under Development)

Create and run a fully functional Node.js server with no code. Try it out for yourself at https://www.backgen.io/.
## Installation

Install backgen cli with npx

```bash
npx backgen.io
```
## User Guide

Clone a project

```bash
npx backgen.io clone
```

Update existing project

```bash
npx backgen.io update
```

Run project with NPM

```bash
npx backgen.io run npm
```

Run project with PM2

```bash
npx backgen.io run pm2
```

Run project with Docker

```bash
npx backgen.io run docker
```

Login to backgen.io

```bash
npx backgen.io login
```
You can find detailed instructions on using Backgen CLI and many tips in its [documentation](https://backgen.io/docs).
## Authors

- [@jeswinpaul](https://github.com/JeswinPaul)