Skip to content

CDaut/ukrainewillstand

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ukrainewillstand

Website for ukrainewillstand.org

Consists of Frontend, Backend(written in Python), and a Data Aggregator(written in JavaScript for Workers)

How to build Backend

The backend is built with Flask using Docker. To build the container do the following:

  1. Install docker
  2. cd backend
  3. docker build -t ukrainewillstand .
  4. Add a .env file describing the enviroment variables into the backend folder
  5. docker run -p 3000:3000 ukrainewillstand
  6. Access site on 127.0.0.1:3000

About

Website for ukrainewillstand.org

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 56.6%
  • Python 40.0%
  • Dockerfile 3.4%