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

https://github.com/vanajmoorthy/mcow.ml

A self-hostable URL shortener made using Node.js and MongoDB
https://github.com/vanajmoorthy/mcow.ml

Last synced: 3 months ago
JSON representation

A self-hostable URL shortener made using Node.js and MongoDB

Awesome Lists containing this project

README

          

# mcow.ml 🐮

## A URL shortening service that uses Express and MongoDB

A self-hostable URL shortener, mcow.ml retained ~5000 monthly active users while active.

mcow.ml is no longer active but feel free to use the stable demo version at [m.vanaj.io](https://m.vanaj.io), your links wont be disappearing any time soon :)

## Usage
1. Grab source by either using Git to clone or by [downloading](https://github.com/vanajmoorthy/mcow.ml/archive/master.zip)
2. Run either `yarn` or `npm i` to install dependencies.
3. Rename [`.env.example`](https://github.com/vanajmoorthy/mcow.ml/blob/master/.env.example) to `.env` and replace the marked fields with the proper credentials.
4. Deploy wherever you want.

### PRs are more than welcome 👋