Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/duplxey/back4app-ai-agent

Learn how to use Back4app Agent to build and deploy full-stack web applications.
https://github.com/duplxey/back4app-ai-agent

back4app back4app-containers deploy docker full-stack parsejs

Last synced: 3 days ago
JSON representation

Learn how to use Back4app Agent to build and deploy full-stack web applications.

Awesome Lists containing this project

README

        

# back4app-ai-agent

Learn how to use [Back4app Agent](https://www.back4app.com/agent) to build and deploy full-stack web applications.

To learn more check out the [article](https://blog.back4app.com/ai-web-application-development/).

## Development (frontend)

1. Install the dependencies via NPM.

```bash
$ npm install
```

2. Enter your Back4app "Application ID" and "JavaScript key" in *src/main.jsx*.

3. Run the Vite development server.

```bash
$ npm run dev
```

4. Open [http://localhost:5173](http://localhost:5173) in your favorite web browser.

## Development (backend)

Read the article.

## Deployment

Read the article.