Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/duplxey/back4app-ai-agent
- Owner: duplxey
- Created: 2023-11-17T23:48:56.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-30T21:16:41.000Z (about 1 year ago)
- Last Synced: 2024-04-13T22:58:08.022Z (9 months ago)
- Topics: back4app, back4app-containers, deploy, docker, full-stack, parsejs
- Language: JavaScript
- Homepage:
- Size: 218 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome_ai_agents - Back4App-Ai-Agent - Learn how to use Back4app Agent to build and deploy full-stack web applications. (Building / Deployment)
- awesome_ai_agents - Back4App-Ai-Agent - Learn how to use Back4app Agent to build and deploy full-stack web applications. (Building / Deployment)
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.