An open API service indexing awesome lists of open source software.

https://github.com/devorein/postgres-sharding-docker


https://github.com/devorein/postgres-sharding-docker

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# url-shortner

A simple demonstration of an url-shortner using express, docker and postgres sharding

## Steps

1. Run the commands in `init.sh` or execute the script directly
2. Open up pgAdmin and connect to the 3 postgres servers running in ports `5432` to `5434`
3. Run `npm run build` to compile from typescript to vanilla js
4. Run `npm run start` to start up the server