Website for ukrainewillstand.org
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
- docker run -p 3000:3000 ukrainewillstand
- Access site on 127.0.0.1:3000