All Projects â†’ FLiotta â†’ Breviare

FLiotta / Breviare

Licence: MIT license
Small URL shortener made with the MERN Stack

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to Breviare

mnmlurl-extension
[DEPRECATED] 💁 Browser extension for Minimal URL - Modern URL shortener with support for custom alias & can be hosted even in GitHub pages
Stars: ✭ 21 (+31.25%)
Mutual labels:  url, url-shortener
tall
Promise-based, No-dependency URL unshortner (expander) module for Node.js
Stars: ✭ 56 (+250%)
Mutual labels:  url, url-shortener
node-url-shortener
URL Shortener in Base58 using Node.js, Express, Sequelize, Mocha and Bootstrap
Stars: ✭ 21 (+31.25%)
Mutual labels:  url, url-shortener
yii2-minify-url
Project on YII2 framework for create short url (url shortener)
Stars: ✭ 15 (-6.25%)
Mutual labels:  urlshortener, url-shortener
Urlhub
URL shortener web application based on the Laravel PHP Framework.
Stars: ✭ 217 (+1256.25%)
Mutual labels:  url, url-shortener
Kutt
Free Modern URL Shortener.
Stars: ✭ 5,480 (+34150%)
Mutual labels:  urlshortener, url-shortener
trym
🔗 A modern URL shortener
Stars: ✭ 29 (+81.25%)
Mutual labels:  url, url-shortener
onurl
URL Shortener created w/ Next.js, TypeScript, Mongoose
Stars: ✭ 48 (+200%)
Mutual labels:  urlshortener, url-shortener
Url Shortener
Web application that will help you in shortening your url
Stars: ✭ 65 (+306.25%)
Mutual labels:  url, url-shortener
Longurl
ℹī¸ Small R package for no-API-required URL expansion
Stars: ✭ 30 (+87.5%)
Mutual labels:  url, url-shortener
gShort
URL Shortener without all the crap
Stars: ✭ 80 (+400%)
Mutual labels:  urlshortener, url-shortener
Laravel Short Url
A Laravel package to shorten urls
Stars: ✭ 127 (+693.75%)
Mutual labels:  url, url-shortener
urlshortener-rs
A very-very simple url shortener for Rust
Stars: ✭ 34 (+112.5%)
Mutual labels:  url, urlshortener
Mnmlurl
🔗 Minimal URL - Modern URL shortener with support for custom alias & can be hosted even in GitHub pages [DEPRECATED]
Stars: ✭ 311 (+1843.75%)
Mutual labels:  url, url-shortener
Prestashop Clean Urls
Prestashop module. This override module allows to remove IDs from URLs
Stars: ✭ 87 (+443.75%)
Mutual labels:  url, url-shortener
Urlshorting
A simple but powerful URL shortener
Stars: ✭ 150 (+837.5%)
Mutual labels:  url, url-shortener
Hyperlink
🔗 Immutable, Pythonic, correct URLs.
Stars: ✭ 198 (+1137.5%)
Mutual labels:  url
Scout
🔭 Lightweight URL fuzzer and spider: Discover a web server's undisclosed files, directories and VHOSTs
Stars: ✭ 241 (+1406.25%)
Mutual labels:  url
Vscode Remote Workspace
Multi protocol support for handling remote files like local ones in Visual Studio Code.
Stars: ✭ 197 (+1131.25%)
Mutual labels:  url
React Url Query
A library for managing state through query parameters in the URL in React
Stars: ✭ 195 (+1118.75%)
Mutual labels:  url

Breviare ✂ī¸ ✌ī¸

Breviare is a minimalist URL shortener made in Javascript (NodeJS / ExpressJS / MongoDB / ReactJS).

alt text

Config 💾

Install all the dependencies with

npm install
npm run server-install
npm run client-install

Create a config.js file on /server directory

module.exports = {
	mongodb: {
		URL: 'MONGODB_URL'
	}
};

Run

Once all the dependencies are installed and the database configured, run both, the client and server with the npm command

npm run dev

You can also run the server or the client by their own with:

npm run client
npm run server

Demo 🔧

You can try it here, please remember that an url shortener depends on the url and this domain is a free one provided by Heroku.

http://breviare.herokuapp.com/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].