Run the Baqend Community Edition and start developing awesome applications in minutes using Docker with Docker Compose. It's free for personal and commercial projects. If you do not want to host and install anything, try the free Baqend cloud service.
$ docker-compose up -d
Docker Compose is a tool for defining and running multi-container Docker applications. With Compose, you can define a multi-container application in a single file, which spins up your application in a single command that does everything that needs to be done to get it running.
For more information visit the official Docker documentation : https://docs.docker.com/compose/
- Make sure you have Docker and Docker-Compose installed and running on your machine.
- Copy or checkout the docker-compose.yml from this repository to the directory from which you want to spin up your Baqend server.
- Run
docker-compose up -d
to spin up your Baqend Server - Open http://localhost:8080/dashboard in your browser
- Login with username
root
and passwordroot
(You can change the password in the upper right corner under Account) - Start developing awesome applications
The docker-compose.yml will spin up 3 different containers, that are needed to run your server.
mongo
as a database for persisting your dataorestes
runs the baqend server including the dashboardnode
which runs your custom backend code in addition to orestes