- Install bun.
- Install package dependencies:
bun i
- Clone, set up, and start running the discit-api project locally.
- Create and populate a
.env
file based on the.env.example
file in the root directory.- The
API_BASE_URL
value must match the URL of the discit-api project (http://localhost:5000 by default if running locally). - The
API_KEY
value can be any string value, but must match the API_KEY in the discit-api project. - The
REFRESH_DISCS_START
value can be set totrue
to run the disc refresh process when the app starts. - The
REFRESH_DISCS_CRON
value can be set totrue
to automatically run the disc refresh process every night at midnight.
- The
- Start the refresh process:
bun start
-
Notifications
You must be signed in to change notification settings - Fork 0
Disc refresh service for the DiscIt API.
License
cdleveille/discit-api-refresh
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Disc refresh service for the DiscIt API.