Giter Site home page Giter Site logo

pickhd / singkatin-revamp Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 369 KB

Revamped URL Shortener API's using Golang

License: MIT License

Makefile 0.11% Go 97.87% Dockerfile 2.02%
echo-framework fiber-framework gin-framework golang messaging-queues microservices rabbitmq restful-api grpc proto3

singkatin-revamp's Introduction

singkatin-revamp

Revamped Last Projects URL Shortener API's using Golang.

Architect Overview :

ARCH

Whats Changed? :

  1. From Monolith to Microservices
  2. Scalable & Maintainable Codes
  3. Become Asynchronous Operation using Messaging Queues (RabbitMQ)
  4. From SQL to NoSQL
  5. Using RPC for service interactions

Main Features :

  1. Register
  2. Login
  3. Reset Password
  4. User Profiles
  5. User Dashboard (can analyze how much visitor / users click the short links)
  6. Shortener Link Redirect

Tech Used :

  1. Golang (Every services using different framework due experimenting performances.)
  2. MongoDB
  3. Redis
  4. RabbitMQ
  5. GRPC
  6. Docker
  7. Jaeger
  8. MinIO Storage

Prerequisites :

  1. Make sure Docker & Docker Compose already installed on your machine
  2. Rename example.env to .env on folder ./cmd/v1 every services
  3. Make sure to uncheck comment & fill your SMTP configuration on auth env

Setup :

  1. To build all services, run command :

    make build
    
  2. You can build & run all services in background using command :

    make run
    
  3. If you want to stop all services then run :

    make stop
    
  4. Last if want to stop & remove entire services then run :

    make remove
    

singkatin-revamp's People

Contributors

pickhd avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.