Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dersj/resume-site-2


https://github.com/dersj/resume-site-2

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# resume-site-2

## Source code for my personal website:

The site is built on django 3.2 with a Postgres database.

[See it live.](http://www.andersjuengst.com)

## Deployment

Deployed on Linode with Docker.

Followed Docker's official [quickstart for django with docker-compose](https://github.com/docker/awesome-compose/tree/master/official-documentation-samples/django)

To run, `.env` file must be created with environment variables. Docker compose reads these vars and passes into containers.