Skip to content
/ trimurl Public

Website for trimming URLs. Stack: Python, Django, MariaDB

Notifications You must be signed in to change notification settings

pyzhyk/trimurl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trimurl

Website for trimming URLs. Stack: Python, Django

Setup

  1. Clone repository
git clone git@github.com:pyzhyk/trimurl.git
  1. Change directory
cd trimurl
  1. Install prerequisites
apt update
apt install python3 python3-pip mariadb
pip3 install -r requirements.txt
  1. Log in as root user
sudo su
  1. Set up database and log out from root user
systemctl start mysql
cat init.sql | mysql
exit
  1. Run server
python3 manage.py runserver
  1. Go to url: http://127.0.0.1:8000/

Result

Home SignUp LogIn Home NewUrl MyLinks

About

Website for trimming URLs. Stack: Python, Django, MariaDB

Topics

Resources

Stars

Watchers

Forks