1.0.4 • Published 9 months ago

@cloudydaiyz/stringplay-core v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

stringplay-core

The core backend functionality for the stringplay project. This package provides the controllers for the API service, sync service, and scheduled tasks services, as well as types used for the services.

This package is meant to provide the backend services for the project independent of what cloud provider the application is hosted on, whether it's on AWS Lambda, GCP cloud functions, Azure functions, or as a server on an instance. Use whatever controller is necessary from the project, and, as long as it's routed properly (look at packages/stringplay-gcp from this package's repository for an example), it should be working properly.

This package uses MongoDB as its database provider. In order for services to properly run in production, you must have a MongoDB (or MongoDB Atlas) instance up and running.

Before running this package, ensure that you have all necessary environment variables set. Look at src/util/env.ts from this package's repository for more details.

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago