Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bravo68web/url-minify
An URL Link shortener
https://github.com/bravo68web/url-minify
codepeak codepeak22 gssoc jgec mongodb nextjs nodejs woc
Last synced: about 1 month ago
JSON representation
An URL Link shortener
- Host: GitHub
- URL: https://github.com/bravo68web/url-minify
- Owner: BRAVO68WEB
- License: mit
- Created: 2022-01-27T06:32:14.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-17T16:04:45.000Z (about 2 years ago)
- Last Synced: 2024-07-31T19:32:39.762Z (6 months ago)
- Topics: codepeak, codepeak22, gssoc, jgec, mongodb, nextjs, nodejs, woc
- Language: JavaScript
- Homepage: https://www.minfy.xyz/
- Size: 8.77 MB
- Stars: 29
- Watchers: 1
- Forks: 45
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Welcome to url-minify π
[![All Contributors](https://img.shields.io/badge/all_contributors-26-orange.svg?style=flat-square)](#contributors-)
## π Overview
#### β‘οΈ Link: https://minfy.xyz
#### What is URL MiniFy?
A URL shortener build with Nextjs, ExpressJS, MongoDB#### Technologies Used:
## π― Getting Started
#### How to Contribute?
Contributions, issues and feature requests are welcome! Feel free to check the [issues page](https://github.com/BRAVO68WEB/url-minify/issues).
- Read the full guide here: [Contributing Guide](CONTRIBUTING.md)
- Detailed document on how to contribute: [How to Contribute](HOW_TO_CONTRIBUTE.md)### βοΈ Summary
1. Fork this repository on GitHub.
2. Clone the forked repository in your computer.
`$ git clone https://github.com//url-minify.git`
`$ cd url-minify`3. Add a remote (upstream) to the original project repository
`$ git remote add upstream https://github.com/BRAVO68WEB/url-minify.git`
`$ git fetch upstream`
`$ git checkout main`
`$ git merge upstream/main`This makes your fork up to date with the original project repo.
#### Installation and Usage
4. Go the folder where you want to contribute:
`$ cd frontend` OR `cd backend`
5. Install the dependencies and run the development server using:
`$ npm install`
`$ npm run start`#### We can start making changes now! π₯³
6. Make your changes. Then, stage and commit them using:
`$ git add .`
`$ git commit -m "This is a commit message"`
7. Push your changes to your forked repository.`$ git push -u origin main`
8. Go to your forked repository on GitHub. Create a pull request from the `πContribute` button provided there.
Contribute -> Open pull request -> Create pull request. (Make sure you write a detailed description of the changes you have made.)#### And you're done! π€©π€©
## π Author
**BRAVO68WEB**
- Website: https://bravo68web.me
- Twitter: [@BRAVO68WEB](https://twitter.com/BRAVO68WEB)
- GitHub: [@BRAVO68WEB](https://github.com/BRAVO68WEB)
- LinkedIn: [@BRAVO68WEB](https://linkedin.com/in/BRAVO68WEB)
## π‘ Participations
#### Past:
GSSoC (https://gssoc.girlscript.tech/)
JWOC (https://jwoc.tech/)
## β¨ Our Contributors
Thanks goes to these wonderful people:
Dhruv Pruthi
π»
Chirag Bhalotia
π»
Daksh Gupta
π»
Logan
π»
Pratyay Roy
π»
luxunator
π»
Aaheli Sadhukhan
π»
Koustav Mondal
π»
Himanshu Sanecha
π»
Tejas
π»
Omar Sherif Ali
π»
Aaditya Sinha
π»
Abhay Verma
π»
### π½ Show your support
Star the repository if this project helped you! βοΈ
### π€ Contributing
Contributions, issues and feature requests are welcome!
- Feel free to check the [issues page](https://github.com/BRAVO68WEB/url-minify/issues).
- Read the full guide here: [Contributing Guide](CONTRIBUTING.md)
- Detailed document on how to contribute: [How to Contribute](HOW_TO_CONTRIBUTE.md)### π License
Copyright Β© 2022 [BRAVO68WEB](https://github.com/BRAVO68WEB).
This project is [MIT](LICENSE) licensed.
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!