Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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