Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stand up a basic API #7

Open
2 of 3 tasks
cdmgtri opened this issue Feb 10, 2022 · 2 comments
Open
2 of 3 tasks

Stand up a basic API #7

cdmgtri opened this issue Feb 10, 2022 · 2 comments
Assignees

Comments

@cdmgtri
Copy link
Contributor

cdmgtri commented Feb 10, 2022

While work is being done on the database design and CMF...

  • Stand up and deploy a basic API that connects to a Postgres database and runs in Docker containers.
  • Leverage applicable CIS Benchmark libraries for Docker, Postgres, TomCat, etc.
  • Implement a simple test call that returns a value from the database
@petermadruga
Copy link

Created a docker-compose setup. There are two docker containers; one for the API controller and underlying models, and another docker container for a postgresql database.

@petermadruga
Copy link

The API now is now wired up to the Postgres database.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants