xzn.fr

A minimal URL shortening service made with Django 2.2.

Thumbnail
Requirements ✔️

How to use ▶️
  1. Clone the Github repository:
    git clone https://github.com/SmithJesko/xzn.fr.git

  2. From the /src directory, activate the virtual environment:
    . env/Scripts/activate

  3. Install requirements:
    pip install -r requirements.txt

  4. Make database migrations and migrate:
    python manage.py makemigrations
    python manage.py migrate

  5. Run the server:
    python manage.py runserver

  6. Access the website at 127.0.0.1:8000

If you have any questions or concerns, feel free to contact me at contact@smithjesko.com