Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mokshit06/shrinkr
Shrinkr is a URL shortener made using Node.js, MongoDB and Vue.js
https://github.com/mokshit06/shrinkr
url-shortener
Last synced: about 1 month ago
JSON representation
Shrinkr is a URL shortener made using Node.js, MongoDB and Vue.js
- Host: GitHub
- URL: https://github.com/mokshit06/shrinkr
- Owner: Mokshit06
- Created: 2020-07-23T22:17:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T12:19:11.000Z (about 2 years ago)
- Last Synced: 2024-10-15T21:33:51.073Z (3 months ago)
- Topics: url-shortener
- Language: Vue
- Homepage: https://smluri.herokuapp.com/
- Size: 345 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 33
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Shrinkr
Shrinkr is a URL Shortener made using Node.js, MongoDB, and Vue.js.
### Project setup
- Clone the repository and `cd` into it.
- Install all the dependencies```
npm i && cd client && npm i
```- Change `.env.example` to `.env`, and add the main website url and the MongoDB Url.
- Start the dev server```
npm run dev
```### License
> MIT