Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dersj/resume-site-2
https://github.com/dersj/resume-site-2
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dersj/resume-site-2
- Owner: DersJ
- Created: 2018-09-20T22:03:19.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-12-04T06:25:41.000Z (about 1 month ago)
- Last Synced: 2024-12-04T06:28:46.342Z (about 1 month ago)
- Language: SCSS
- Homepage: https://www.andersjuengst.com
- Size: 3.82 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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.