Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/henriquecarv/url-shortener
URL Shortener service
https://github.com/henriquecarv/url-shortener
express henriquecarv javascript jwt node nodejs url url-shortener url-shortener-microservice
Last synced: 2 months ago
JSON representation
URL Shortener service
- Host: GitHub
- URL: https://github.com/henriquecarv/url-shortener
- Owner: henriquecarv
- License: mit
- Created: 2018-12-10T19:01:17.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-23T00:08:18.000Z (about 2 years ago)
- Last Synced: 2023-03-02T10:45:57.087Z (almost 2 years ago)
- Topics: express, henriquecarv, javascript, jwt, node, nodejs, url, url-shortener, url-shortener-microservice
- Language: JavaScript
- Size: 748 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# url-shortener
URL Shortener service
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/50a226ec9caa40598f9c5cf6c7fed7e8)](https://app.codacy.com/app/henriquecarv/url-shortener?utm_source=github.com&utm_medium=referral&utm_content=henriquecarv/url-shortener&utm_campaign=Badge_Grade_Settings)
[![LICENSE](https://img.shields.io/github/license/henriquecarv/url-shortener.svg)](./LICENSE)
[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=henriquecarv/url-shortener)](https://dependabot.com)## System Requirements
- **[NodeJS](https://nodejs.org/en/)** (version >= 10).
## Installing
- `yarn install`
## Running
- `yarn start`
- The service will run on## Testing
- `yarn test`
## Usage
- [Challenge and Instructions][3]
### License
Copylefted (c) 2020 [Henrique Carvalho da Cruz][1] Licensed under the [MIT license][2].
[1]: https://henriquecarv.com
[2]: ./LICENSE
[3]: ./CHALLENGE.md