Skip to content

Atharva21/shortURL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShortURL

license

A URL Shortner created using GoLang and Redis

screen-capture__2__AdobeExpress

Setup

  • Clone the repo

    git clone https://github.com/Atharva21/shortURL.git
    cd ./shortURL
  • Create a .env file in the backend/ directory similar to .env.sample

  • Start the containers using docker compose

    docker compose up -d
    
  • App will be served on localhost:8080

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.