Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 290 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 290 Bytes

hub-rust-boilerplate

Template rust service repository for the Holaplex Hub

Workspaces

/api # API server
/core # shared dependencies such as queries and mutations
/entity # application database models and graphql objects
/migration # database migrations
/src # app entry point