⚗️ This application is a POC of my abilities and skills
- Create virtual enviroment for application
python3 -m venv myvenv
- Download packages from requirements.txt
pip install -r requirements.txt
- Configure your redis-server configuration inside
link_saver.settings
- REDIS_HOST - Host of redis
- REDIS_PORT = Port of redis
python manage.py runserver
python manage.py test
- 🐳 Create docker-compose for app
This project is AGPL v3 licensed.