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

https://github.com/helderberto/node-url-shortener

🔗 URL shortener using NodeJS + EJS + Mongoose
https://github.com/helderberto/node-url-shortener

node-typescript node-url-shortener node-url-shrinker nodejs

Last synced: 3 months ago
JSON representation

🔗 URL shortener using NodeJS + EJS + Mongoose

Awesome Lists containing this project

README

        

# Node URL Shortener

[![License][license-badge]][license-url] [![Commitizen][commitizen-badge]][commitizen-url]

✨ URL Shortener with NodeJS + EJS + MongoDB.

## Requirements

- [NodeJS](https://nodejs.org/en/);
- [Yarn](https://yarnpkg.com/);

## Getting Started

The most quickly way to start your project is following the example:

```bash
# Get the latest snapshot
$ git clone [email protected]:helderburato/node-url-shortener.git

# Change directory
$ cd node-url-shortener

# Install dependencies
$ yarn install

# Start your project
$ yarn dev OR yarn start // => DEV / PROD
```

## Contributing

Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.

## Versioning

We use [SemVer](https://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/helderburato/node-mvc-boilerpalte/tags).

## Authors

- **Helder Burato Berto** - _Initial work_ - [helderburato](https://github.com/helderburato)

See also the list of [contributors](https://github.com/helderburato/node-url-shortener/contributors) who participated in this project.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

[license-badge]: https://img.shields.io/github/license/helderburato/node-url-shortener.svg
[license-url]: https://opensource.org/licenses/MIT
[commitizen-badge]: https://img.shields.io/badge/commitizen-friendly-brightgreen.svg
[commitizen-url]: http://commitizen.github.io/cz-cli/