A golang reimplementation of the administration panel for ArtBound.
- Copy
.env.exampleinto.envand fill it out with your Sheets ID and Range; - Generate a
credentials.jsonwith Drive and Sheets APIs and the following redirect URL:http://localhost:3000; - Use
go run .to run the server and generate atoken.jsonfor the first time.
The provided config needs the following files to be present in the main project folder:
.env, for SPREADSHEET_ID and SPREADSHEET_RANGE,credentials.json, for Google API credentials,token.json, for your Google API access token.
After you've set up everything, it's as easy as:
docker-compose up -d