Giter VIP home page Giter VIP logo

altschool_capstone's Introduction

Scissors

Brief is the new black, this is what inspires Scissors. In todays world, its important to keep things as short as possible, and this applies to more concepts than you may realize. From music, and speeches, to wedding receptions, brief is the new black. Scissors is a simple tool that makes URLs as short as possible.

Installation

  1. Clone the repository:
    git clone https://github.com/idyweb/altschool_capstone.git
    
  2. Install dependencies:
    pip install -r requirements.txt
    
  3. Run the server:
    uvicorn main:app --reload
    
  4. Access the API documentation at http://localhost:8000/docs and explore the available endpoints.

Endpoints

Authentication

  • POST /auth/signup: Register a new user.

  • POST /auth/login: Log in and obtain an access token.

URL Shortener

  • POST /url/shorten: Shorten a URL.

  • GET /urls: Retrieve all shortened URLs created by the authenticated user.

  • PUT /url/{shortened_url}: Update a shortened URL.

  • DELETE /url/{shortened_url}: Delete a shortened URL.

  • GET /url/{shortened_url}: Redirect to the original URL associated with a shortened URL.

Authentication

This project uses OAuth2 password flow for authentication. Users can sign up for a new account or log in with their credentials to obtain an access token. The access token is required to access protected endpoints.

Hosted Backend

Link to the hosted backend

altschool_capstone's People

Contributors

idyweb 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.