Skip to content

kylelaverty/learning-fast-endpoints

Repository files navigation

FastEndpoints Learning Project

This project will be used to learn how to use FastEndpoints.

example branch parameter Coverage Status License: MIT

Table of Contents

License

This project is licensed under the MIT License - see the LICENSE file for details.

Author

Created with ❤️ by Kyle Laverty

References

Notes

getunleash.io

  • docker network create unleash
  • docker run --rm -it -e POSTGRES_PASSWORD=some_password -e POSTGRES_USER=unleash_user -e POSTGRES_DB=unleash --network unleash --name postgres postgres
  • docker run -p 4242:4242 -e DATABASE_HOST=postgres -e DATABASE_NAME=unleash -e DATABASE_USERNAME=unleash_user -e DATABASE_PASSWORD=some_password -e DATABASE_SSL=false --network unleash --pull=always unleashorg/unleash-server
  • Setup API Key in Unleash UI
  • set in Authorization section

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published