File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 22
33This is a web app to share SQLs for data analysis from [ Bdash] ( https://github.com/bdash-app/bdash ) .
44
5- Bdash Server is powered by [ Blitz.js] ( https://github.com/blitz-js/blitz ) .
5+ The features are:
6+ 1 . Share as a web page your SQL, query results and charts from Bdash client.
7+ 1 . Add descriptions to your query.
8+ 1 . Search queries of all users.
9+
10+ ![ screenshot] ( https://user-images.githubusercontent.com/1413408/115130638-34d03e80-a02c-11eb-905c-c96154a74d67.png )
11+
12+ Bdash Server is powered by [ Blitz.js] ( https://github.com/blitz-js/blitz ) using [ Next.js] ( https://nextjs.org/ ) and [ Prisma] ( https://www.prisma.io/ ) .
613
714## Setup
815
9- Make ` .env.local ` from ` .env.local.example ` .
16+ Make your own ` .env.local ` from ` .env.local.example ` for development .
1017
1118``` sh
1219$ cp .env.local.example .env.local
@@ -16,6 +23,7 @@ And write your own `GOOGLE_CLIENT_ID` and `GOOGLE_CLIENT_SECRET` for OAuth.
1623
1724You can generate OAuth web client ID by following the steps described in: https://support.google.com/workspacemigrate/answer/9222992 .
1825
26+ After that,
1927- Set ` http://localhost:3000 ` as _ Authorized JavaScript origins_
2028- Set ` http://localhost:3000/api/auth/google/callback ` as _ Authorized redirect URIs_
2129
You can’t perform that action at this time.
0 commit comments