This API is used to serve shared scripts with other authenticated users alongside our own authentication service.
Some features:
- Storing meta-data of shared scripts:
- stars
- comments
- number of downloads
- Restricted connection with remote mongodb cluster in such a way that it is limited to the collections it will deal with.
- Connection with auth client/service so that it may safely comminicate with other services.
For documentation on enpoints used, please refer to this markdown file for how to use & run the quicky.dev API.