Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kramber1024/url-shortener-web
- Owner: kramber1024
- License: mit
- Created: 2024-07-18T13:57:32.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-09-29T10:02:25.000Z (4 months ago)
- Last Synced: 2024-09-30T16:42:43.102Z (4 months ago)
- Topics: bitly, docker, eslint, mobile-app, nextjs, prettier, react, short-url, static, tsx, typescript, url-shortener, web
- Language: TypeScript
- Homepage: https://github.com/kramber1024/url-shortener
- Size: 634 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# URL Shortener Web Server
## 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).