Skip to content

dphong1995/sharing_movie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shorten URL


View Demo · Report Bug

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

Start server

  1. Clone the repo
    git clone https://github.com/dphong1995/shorten_url_mono.git
  2. Start containers
    docker-compose up

Run Test

  1. Start containers
    docker-compose up
  2. Prepare test db
    docker-compose exec be rails db:reset db:prepare RAILS_ENV=test
  3. Run test
    docker-compose exec be rails test

Scalability

  • Use service cluster (k8s, ecs) and load balancer to deploy the container.
  • Use database cluster.
  • Use redis for caching.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published