Skip to content
 
 

Repository files navigation

coffee-cart-svc

A simple Coffee Service

Create a config.json file inside src/configs to start

interface Config {
  port: number;
  mongodb: {
    uri: string,
  };
  redis: {
    host: string;
    port: number;
  };
}

About

A cart service

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages