This site is no longer hosted publicly.
This project is a news site where all of the article content and images are created by OpenAI's GPT-3 and DALL·E, respectively.
- Install docker-compose
- Ensure
.env
is filled out in both the base directory and the frontend directory - Create docker network:
docker network create docker-network
- I use a seperate nginx container as a reverse proxy, this ensures we can run locally without nginx
docker-compose up
- Django, React, PostgreSQL, NGINX, Docker