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
- Host: GitHub
- URL: https://github.com/vanajmoorthy/mcow.ml
- Owner: vanajmoorthy
- License: other
- Created: 2023-10-21T15:49:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-24T14:52:29.000Z (about 2 years ago)
- Last Synced: 2025-03-12T11:49:04.245Z (over 1 year ago)
- Language: EJS
- Homepage: https://m.vanaj.io
- Size: 122 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 👋