Website for ukrainewillstand.org
The purpose of the application and API is to assist refugees either via information, or attaining documentation while on the border. We have a set of APIs that allow us to ingest form data and from that generate necassary documents for refugees. We will also provide information on changes in guidelines, and where they can get further updates based on the country they are choosing to seek asylum from.
Consists of Frontend, Backend(written in Python), and a Data Aggregator(written in JavaScript for Workers)
The backend is built with Flask using Docker. To build the container do the following:
- Install docker
cd backend
docker build -t ukrainewillstand .
- Add a .env file describing the enviroment variables into the backend folder
- Run
docker run -p 3000:3000 ukrainewillstand
- Access site on
127.0.0.1:3000