My personal and professional web made with Python, Django, PostgreSQL and deployed on Digital Ocean cloud platform in a PaaS. Take a look at my page on rubenarrebola.pro 😎
- Docker and Docker Compose installed on your machine
- Python, Django and PostgreSQL knowledge
- Clone the repository
git clone https://github.com/ruben69695/personalweb.git
- Open the root of the project in your terminal
cd personalweb
- Export in your system environment a new secret key necessary for docker compose, you can generate a new one
export DJANGO_SECRET_KEY="Your new secret key goes here"
- Build and stand up the services using docker compose
docker compose up --build -d
- Now open your browser
- Easy and enjoy 🍻
- Python 3.9.13
- Django 4.0.4
- pip 20.3.4
- Postgresql 14.3
- Debian Bullseye 11
- VSCodium v1.86.0
- NVIM v0.4.4
- Server - Client
- Heroku Platform
- Digital Ocean
- Linux
- MacOS
- Windows
- Docker