Skip to content

gelerum/cut_and_go

Repository files navigation

Cut and Go: A simple URL shortener

Demo

Run

docker-compose.yml file setups PostgreSQL, Nginx, Django.

Add variables in docker-compose.yml

POSTGRES_DB=
POSTGRES_USER=
POSTGRES_PASSWORD=
DB_ENGINE=django.db.backends.postgresql_psycopg2
DB_NAME=
DB_USER=
USER_PASSWORD=
DB_HOST=db
DB_PORT=5432
ALLOWED_HOSTS=
SECRET_KEY=
DEBUG=
SITE_URL=

Run docker-compose up in the project directory.

Note: install docker

License

Usage is provided under the MIT License. See LICENSE for the full details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages