xzn.fr
A minimal URL shortening service made with Django 2.2.
Requirements ✔️
- Django v2.2
- pytz v2020.1
- sqlparse v0.3.1
How to use ▶️
-
Clone the Github repository:
git clone https://github.com/SmithJesko/xzn.fr.git -
From the
/srcdirectory, activate the virtual environment:
. env/Scripts/activate -
Install requirements:
pip install -r requirements.txt -
Make database migrations and migrate:
python manage.py makemigrations
python manage.py migrate -
Run the server:
python manage.py runserver - 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