Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1015 Bytes

File metadata and controls

20 lines (12 loc) · 1015 Bytes

Packstack API

Salve! You've reached Packstack's API services.

I've tried to making running this locally as simple as possible. You'll need Docker installed.

I'd also suggest you give TablePlus a try if you don't already have a preferred database GUI.

When you're ready, from the project root, run docker-compose up --build.

This will run the FastAPI service and database service in a container. The API will be exposed at localhost.

To verify the service is running, go to http://localhost/health-check and you should see the message "Packstack API is available".

Notes

  • FastAPI automatically generates Swagger Docs for reference
  • Third-party services, like email, are disabled in local development
  • There are currently endpoints that aren't in use and hitting them may yield unexpected results
  • The frontend app, which is run separately, can be found here