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
- Host: GitHub
- URL: https://github.com/helderberto/node-url-shortener
- Owner: helderberto
- License: mit
- Created: 2020-04-11T19:08:15.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T11:05:59.000Z (over 2 years ago)
- Last Synced: 2025-01-24T10:28:08.365Z (5 months ago)
- Topics: node-typescript, node-url-shortener, node-url-shrinker, nodejs
- Language: TypeScript
- Homepage: https://nodeurlshortener.herokuapp.com/
- Size: 756 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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/