Git Product home page Git Product logo

url-shortener's Introduction

AmaniAI Case / URL Shortener Project Documentation

This document provides technical documentation for the project, including URL examples, instructions for running tests, and steps for setting up the project using Docker.

URLs

The project includes the following URLs:

  • API for creating short URLs:

    • Endpoint: /api
    • Method: POST
    • Payload: {"original_url": "https://www.example.com"}
    • Response: {"original_url": "https://www.example.com", "short_url": "http://localhost:8000/abcd"}
  • Redirection to original URL:

    • Endpoint: /<str:short_code>
    • Method: GET
    • Example: /abcd (where abcd is the short code)
    • Response: Redirects to the original URL associated with the short code.
  • Web page for creating short URLs:

    • Endpoint: /
    • Method: GET
    • Renders a form where users can enter the original URL and submit it to generate a short URL.

Running the Tests

To run the tests for this project, follow these steps:

  1. Make sure you have the project dependencies installed. You can install them using the following command: pip install -r requirements.txt

  2. Open a terminal or command prompt and navigate to the project's root directory.

  3. Run the following command to execute the tests:

    python manage.py test
    

Setting Up the Project with Docker

Run the following command to build and run the Docker containers:

docker-compose up

Run Project Manually

  1. Run the following command to apply migrations
     python manage.py migrate
  2. Run the following command for run server
     python manage.py runserver

url-shortener's People

Contributors

bulutmuhammet avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.