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.
- Host: GitHub
- URL: https://github.com/jeswinpaul/backgen.io
- Owner: JeswinPaul
- Created: 2023-06-11T16:18:21.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-16T19:07:10.000Z (almost 3 years ago)
- Last Synced: 2025-03-06T01:13:20.589Z (over 1 year ago)
- Topics: apollographql, backend, dynamodb, firebase, mongodb, nocode, nodejs, server
- Language: JavaScript
- Homepage: https://backgen.io
- Size: 111 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)