Update README.md
This commit is contained in:
parent
56e119168a
commit
253f2957d3
|
@ -1,4 +1,4 @@
|
||||||
### Budibase API Next.js example
|
# Budibase API + Next.js example
|
||||||
|
|
||||||
This is an example of how Budibase can be used as a backend for a Postgres database for a Next.js sales app. You will
|
This is an example of how Budibase can be used as a backend for a Postgres database for a Next.js sales app. You will
|
||||||
need to follow the walk-through that has been published on the Budibase blog to set up your Budibase app for this example.
|
need to follow the walk-through that has been published on the Budibase blog to set up your Budibase app for this example.
|
||||||
|
@ -34,4 +34,4 @@ Look in the API routes (`pages/api/sales.ts` and `pages/api/salespeople.ts`) to
|
||||||
There is also a utility file where some core functions and types have been defined, in `utilities/index.ts`.
|
There is also a utility file where some core functions and types have been defined, in `utilities/index.ts`.
|
||||||
|
|
||||||
## Attribution
|
## Attribution
|
||||||
This example was set up using [Next.js](https://nextjs.org/) and bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
|
This example was set up using [Next.js](https://nextjs.org/) and bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
|
||||||
|
|
Loading…
Reference in New Issue