Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kramber1024/url-shortener-web

🌐 Frontend and Web server for URL Shortener
https://github.com/kramber1024/url-shortener-web

bitly docker eslint mobile-app nextjs prettier react short-url static tsx typescript url-shortener web

Last synced: 4 months ago
JSON representation

🌐 Frontend and Web server for URL Shortener

Awesome Lists containing this project

README

        

# URL Shortener Web Server

Build
Tests

## Technology stack and Features

- 🌐 [**Flask**](https://flask.palletsprojects.com/) as static web server.
- ⛩ī¸ [Jinja](https://jinja.palletsprojects.com/) for templating.
- 📋 [Pydantic](https://docs.pydantic.dev/) used for settings management.
- đŸ“Ļ [**Webpack**](https://webpack.js.org/) for bundling.
- 🔤 [TypeScript](https://www.typescriptlang.org/) for app logic.
- 🎨 [SCSS](https://sass-lang.com/) for styles.
- ✅ Tests with [**Pytest**](https://pytest.org/).
- 🐋 [**Docker**](https://www.docker.com/) for development, testing and deploy.

> [!WARNING]
> This repository is part of a larger project that consists of multiple repositories. Using this repository on its own is not recommended, as it may not function correctly without the other components of the project. For complete functionality and proper integration, please refer to the [kramber1024/url-shortener](https://github.com/kramber1024/url-shortener).

## License

This project is licensed under the terms of the [**MIT license**](./LICENSE).