An URL Link shortener
Go to file
Jyotirmoy Bandyopadhayaya a0329683ff
Update README.md
2022-06-28 09:03:59 +05:30
.github Delete one-issue-at-time.yml 2022-03-01 22:50:23 +05:30
.idea completed skeleton in frontend 2022-02-01 21:20:14 +05:30
backend Integrated user's name in dashboard with email (#154) 2022-05-18 12:39:40 +05:30
chrome-extention Added a baisc chrome extention 2022-04-23 00:22:12 +05:30
frontend added Popup modal for login and signup page (#155) 2022-05-21 20:48:26 +05:30
.all-contributorsrc docs: update .all-contributorsrc [skip ci] 2022-03-24 11:45:37 +00:00
.gitignore integrated Increase View counts when visited (#73) 2022-03-01 00:12:57 +05:30
CODE_OF_CONDUCT.md Added Contribs and Basic API Config 2022-01-29 11:44:49 +05:30
CONTRIBUTING.md Added Contribs and Basic API Config 2022-01-29 11:44:49 +05:30
HOW_TO_CONTRIBUTE.md Update HOW_TO_CONTRIBUTE.md (#104) 2022-03-09 18:06:15 +05:30
LICENSE Initial Release 2022-01-27 12:30:30 +05:30
README.md Update README.md 2022-06-28 09:03:59 +05:30

README.md

Welcome to url-minify 👋

All Contributors

License: MIT Twitter: BRAVO68WEB




📜 Overview

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.

✒️ Summary

  1. Fork this repository on GitHub.

  2. Clone the forked repository in your computer.

    $ git clone https://github.com/<your-username>/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

  1. Go the folder where you want to contribute:

    $ cd frontend OR cd backend

  2. Install the dependencies and run the development server using:

    $ npm install

    $ npm run start

We can start making changes now! 🥳

  1. Make your changes. Then, stage and commit them using:

    $ git add .

    $ git commit -m "This is a commit message"

  2. Push your changes to your forked repository.

    $ git push -u origin main

  3. 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


🎡 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!

📝 License

Copyright © 2022 BRAVO68WEB.

This project is MIT licensed.

This project follows the all-contributors specification. Contributions of any kind welcome!