underwhelmed / mylaunchy

A Sample Microservice Environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Launchy

An app that shows where you can go to space. Select from a list of launchpads and GO!

How to start using My Launchy locally:

  1. Start docker
  2. Copy the file .env.template to .env
  3. Set your own local or private variables in .env
  4. Execute command docker-compose up --build -d
  5. Open a browser window and navigate to http://localhost:5010/swagger to get endpoints and usage examples

For unit tests, execute dotnet test

About

A Sample Microservice Environment


Languages

Language:C# 98.6%Language:Dockerfile 1.4%