Giter Site home page Giter Site logo

hi-kue / url-shortener-flpy Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 489 KB

Url-Shortener website build with Flask, Jinja Templating, and TailwindCSS for UI.

License: MIT License

Shell 0.05% Python 3.30% CSS 44.02% JavaScript 1.46% HTML 51.17%
flask-application jinja2-templates mongodb-atlas python tailwind

url-shortener-flpy's Introduction


Url Shortener Logo

Url-Shortener - A Simple Url Shortener Service

A simple url shortener service built with Flask, providing a RESTful API for shortening urls.

Report BugRequest FeatureDocumentation

Python Flask Tailwind CSS SQLite

Table of Contents

About The Project

This project is a simple url shortener service built with Flask, providing a RESTful API for shortening urls. It was built as a learning guide for Flask and is referenced from a LinkedIn Learning course on Flask.

If you would like to know the course, please check the Acknowledgements section.

Installation

Installing the repository is as simple as cloning the repository and installing the dependencies; The following steps will guide you through the process.

  1. Clone the repository
git clone https://github.com/Hi-kue/url-shortener-flpy.git
  1. Change into the project directory
cd url-shortener-flpy
  1. Create a virtual environment using pipenv (make sure to have it installed)
pipenv shell
  1. Install the dependencies (pipenv)
pipenv install -r requirements.txt
  1. Install the dependencies (npm)
npm install 
  1. Start both the backend and frontend services (2 terminals)
# Terminal 1
npm run build

# Terminal 2
flask start

You should now have the application running on http://localhost:5000, or any other port you specified.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Please read the CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests. Any contributions you make are greatly appreciated.

URL-Shortener Analytics

Acknowledgements

This project was referenced from a LinkedIn Learning course covering the Flask framework. The course is titled Flask Essential Training by LinkedIn Learning.

Huge thanks to the author Nick Walter for the amazing course!

url-shortener-flpy's People

Contributors

hi-kue 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.