Setting up the API with Docker
The Ushahidi Platform API is a crucial component of the Ushahidi Platform, allowing users to interact with the system's data and perform various operations. This guide will walk you through the process of setting up the Ushahidi Platform API using Docker, a popular containerization platform that simplifies application deployment and management.
To get up and running, follow these steps:
Install Docker Engine
Install Make command for the OS you use (parses Makefile)
CD into the folder where the code is cloned
Copy the text in .env.example into .env
Run
make start
Running The Platform API
The Platform API will run on port 8080 and if you type in http://localhost:8080/ in a web browser, you will see the default API response:
Now, lets move on to setting up the Platform Web Client!
Last updated