The database API offers a convenient and efficient way to create MySQL and PostgreSQL databases for users on the Crane Cloud platform
Follow these steps to have a local running copy of the app.
Clone The Repo
git clone https://github.com/crane-cloud/database-api.git
make
is a build automation tool that is used to manage the build process of a software project.
In the project directory, running make
shows you a list of commands to use.
Run make start
to start the application and required services.
Run make connect-to-container
to connect to the FastAPI application container.