You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vercel-postgresql-neon/README.md
+15-14
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,11 @@
1
1
# Northwind Traders (by subZero)
2
2
### Running on Vercel + PostgreSQL (Neon)
3
3
This is a demo of the Northwind dataset, see it live at [northwind-postgresql.vercel.app/](https://northwind-postgresql.vercel.app/).
4
-
- Frontend is implemented in NextJS</li>
4
+
- Frontend is implemented in NextJS
5
5
- Backend is implemented in Typescript and leverages subZero as a library to automatically expose a PostgREST compatible backend on top of the underlying database
6
-
- Data is stored in a PostgreSQL database
6
+
- Data is stored in a PostgreSQL database hosted on [Neon](https://neon.tech/)
7
7
- Everything is deployed to [Vercel](https://vercel.com)
8
8
9
-
This dataset was sourced from [northwind-SQLite3](https://github.com/jpwhite3/northwind-SQLite3)
10
-
11
9
## Running locally
12
10
- Clone the repo
13
11
- Install dependencies (you will need to have SQLite installed on your machine)
@@ -32,7 +30,7 @@ This dataset was sourced from [northwind-SQLite3](https://github.com/jpwhite3/no
32
30
- Setup a PostgreSQL database on [Neon](https://neon.tech) and get a connection string
<pclassName='pt-4'>This is a demo of the Northwind dataset</p>
14
-
<pclassName='pt-4'>You can see the <aclassName='link'href='https://github.com/subzerocloud/showcase/tree/main/vercel-postgresql-neon'>source code</a> and additional implementation details on Github</p>
15
-
16
-
<ul>
17
-
<liclassName='pt-4'>Frontend is implemented in NextJS</li>
18
-
<liclassName='pt-4'>Backend is implemented in Typescript and leverages subZero as a library to automatically expose a PostgREST compatible backend on top of the underlying database</li>
19
-
<liclassName='pt-4'>Data is stored in a PostgreSql database and hosted on <ahref="https://neon.tech/"className='link'>Neon</a></li>
20
-
<liclassName='pt-4'>Everything is deployed to <ahref="https://vercel.com/"className='link'>Vercel</a></li>
21
-
</ul>
22
-
<pclassName='pt-4'>This dataset was sourced from <aclassName='link'href="https://github.com/jpwhite3/northwind-SQLite3">northwind-SQLite3</a>.</p>
23
-
24
-
<pclassName='pt-4'>You can use the UI to explore Supplies, Orders, Customers, Employees and Products, or you can use search if you know what you're looking for.</p>
0 commit comments