url-minify/README.md

65 lines
2.8 KiB
Markdown
Raw Normal View History

2022-01-27 07:00:30 +00:00
<h1 align="center">Welcome to url-minify 👋</h1>
<p>
<a href="LICENSE" target="_blank">
<img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-yellow.svg" />
</a>
<a href="https://twitter.com/BRAVO68WEB" target="_blank">
<img alt="Twitter: BRAVO68WEB" src="https://img.shields.io/twitter/follow/BRAVO68WEB.svg?style=social" />
</a>
</p>
2022-01-27 06:35:13 +00:00
2022-01-27 07:00:30 +00:00
<br />
2022-01-27 06:35:13 +00:00
2022-01-29 03:27:51 +00:00
<img src="frontend/assets/logo/url-minify.jpg" />
2022-01-27 06:35:13 +00:00
2022-01-27 07:00:30 +00:00
<br />
2022-01-28 21:09:28 +00:00
> A URL shortener build with Nextjs, ExpressJS, MongoDB
2022-01-27 07:00:30 +00:00
[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com)
![NodeJS](https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge&logo=node.js&logoColor=white&color=green)
2022-01-28 21:09:28 +00:00
![NextJS](https://img.shields.io/badge/nextjs-1.svg?style=for-the-badge&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfiBBsIJyeUHDDBAAACFUlEQVRIx52VzWtTURDFf7kvKrW1qI2BxC5EEKRWqEg+RFykQvBvkEJFFBEU6t7iQkQS3JZmI0J3giLuRJTYLlwK0i5Sgg1BMaRFupBYNLXHRVrt+06cWd15nPNm7p05E8FtUU5wkRynSbAf+EGDRcq8pcomIWaRoUSNNnJ4mxolMlhB8CRFVl3Q3b5KkaQfPMUCW4FwIbZYIOUFz7EcCt7xZXJOeJpK13AhKqTttc/3BBdi/t9dGAo9w4UoYDoEWZr/RdAkCwaLSeK764lwiKEd8m0bZIK8I0acSSwYoWZnjuuVPuiCLZbSd73XAWcONUYM4wzbiQc4xRnuEbM1qEWUiPPthhk35Ih6t8UNN8A9NTnDqDse4Rcb3OZ8GAGMGhJeBA1KDDHN4TCChKHfKy6e8JI818MI+o13PMI696kzxbkQBkPLOwPDRwrEmOZgEL5laPh/neM5l7gGfGPN+00ahiWvAoSAFg9Y4Q5pqszQ9iJYMpSDdG6RhxzhLoM85rVbzTYpe7TycX3Vio5un/o0p9+aEoppr0crg8WsPXxMX1RV4u/5pCr6rLNe8zjbScoxzn26ognb3y6rpRfuUWqS3XnKEEHZo0f6qVu+gtKFpMX1RnWN+UgadCGqKdX1TAM+ogpdyPpVreumr6xD6GLZpxl90pjvYuncReBqS+rd2tMiyaD1GLJc8xlFNxxt77ae1vsfiXkPp1Pd4OwAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTgtMDQtMjdUMDg6Mzk6MzkrMDI6MDCNfQiCAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE4LTA0LTI3VDA4OjM5OjM5KzAyOjAw/CCwPgAAAFd6VFh0UmF3IHByb2ZpbGUgdHlwZSBpcHRjAAB4nOPyDAhxVigoyk/LzEnlUgADIwsuYwsTIxNLkxQDEyBEgDTDZAMjs1Qgy9jUyMTMxBzEB8uASKBKLgDqFxF08kI1lQAAAABJRU5ErkJggg==&color=grey)
2022-01-27 07:00:30 +00:00
## Install
```sh
2022-01-28 21:09:28 +00:00
# Installing Frontend
cd frontend && npm install
# Installing Backend
cd backend && npm install
2022-01-27 06:35:13 +00:00
```
2022-01-27 07:00:30 +00:00
## Usage
2022-01-27 06:35:13 +00:00
2022-01-27 07:00:30 +00:00
```sh
2022-01-28 21:09:28 +00:00
# Running Frondend
npm run start
# Running Backend
2022-01-27 07:00:30 +00:00
npm run start
```
2022-01-27 06:35:13 +00:00
2022-01-27 07:00:30 +00:00
## Author
2022-01-27 06:35:13 +00:00
2022-01-27 07:00:30 +00:00
👤 **BRAVO68WEB**
2022-01-27 06:35:13 +00:00
2022-01-27 07:00:30 +00:00
* Website: https://bravo68web.me
* Twitter: [@BRAVO68WEB](https://twitter.com/BRAVO68WEB)
* Github: [@BRAVO68WEB](https://github.com/BRAVO68WEB)
* LinkedIn: [@BRAVO68WEB](https://linkedin.com/in/BRAVO68WEB)
2022-01-27 06:35:13 +00:00
2022-01-27 07:00:30 +00:00
## 🤝 Contributing
2022-01-27 06:35:13 +00:00
2022-01-27 07:00:30 +00:00
Contributions, issues and feature requests are welcome!<br />Feel free to check [issues page](https://github.com/BRAVO68WEB/url-minify/issues). You can also take a look at the [contributing guide](CONTRIBUTING.md).
2022-01-27 06:35:13 +00:00
2022-01-27 07:00:30 +00:00
## Show your support
2022-01-27 06:35:13 +00:00
2022-01-27 07:00:30 +00:00
Give a ⭐️ if this project helped you!
2022-01-27 06:35:13 +00:00
2022-01-27 07:00:30 +00:00
## 📝 License
2022-01-27 06:35:13 +00:00
2022-01-27 07:00:30 +00:00
Copyright © 2022 [BRAVO68WEB](https://github.com/BRAVO68WEB).<br />
This project is [MIT](LICENSE) licensed.