Skip to content

paurushkg/URLShortner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URLShortner API

This is a URLShortener Site made with help of Django

Steps to setup this project locally

  • Make sure Python 3.x is already installed. See here for help.
  • Clone the repo and configure the virtual environment:
  • To know about virtualenv use this link VirtualEnv
$ git clone https://github.com/paurushofficial/URLShortner.git
$ cd URLShortner
for linux
$ source .venv/bin/activate # activate virtual environment (.venv is the name, use any name as you like)
$ pip install -r requirements.txt
  • Set up the initial migration for our custom user models in users and build the database.
(.venv) $ python manage.py migrate
(.venv) $ python manage.py createsuperuser
(.venv) $ python manage.py runserver
  • To view API endpoints, go to Swagger

About

This is a URLShortener Site made by Django

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors