Skip to content

Commit ed7911d

Browse files
committed
Update README
1 parent b48c670 commit ed7911d

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,18 @@
22

33
This 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

1724
You 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

0 commit comments

Comments
 (0)