Petakopi.my Save

Curated list of coffee shops in Malaysia

Project README

README

View performance data on Skylight

Notes

This is the source code for petakopi.my.

Feel free to start a discussion before starting the work.

Moderators

I've created a guide for moderators on how to verify the data.

Development

Pre-seed DB:

rails seeder:locations
rails seeder:tags

Google Credentials

Depending on the setup, we may have to allow our IP to use Google API here.

Reports

Use metabase.com

# Pull for the first time
docker pull metabase/metabase:latest

# Run on port 12345
docker run -d -p 12345:3000 --name metabase metabase/metabase

# See the logs
docker logs -f metabase

# Setup SSH Tunnel
ssh -N -L 5454:localhost:5432 deployer@petakopi

# Add database
psql -U petakopi -h localhost -p 5454 -d petakopi

# Get the password
tomo env:show

DISCLAIMER

This is not how I usually code, just saying 😛

Sponsors

Contacts

@petakopi.my

Open Source Agenda is not affiliated with "Petakopi.my" Project. README Source: petakopi/petakopi.my
Stars
28
Open Issues
12
Last Commit
2 weeks ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating