- Next JS
- Typescript
- Chakra UI
- React Query
- Vercel Postgres
- GraphQL (using GraphQL Yoga)
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
A. Prerequisites
- Node.js (Latest Version).
- Pnpm.
- Vercel CLI.
- Docker (optional).
B. Process
-
Clone this repo.
-
Install all dependencies
with pnpm install
. -
Create a database in Vercel Postgres (for the name, It's up to you), and create a table called
notes
with the following columns: -
Make sure that you already installed Vercel CLI globally. Run
vercel env pull .env
to integrate and update yourenv
with given env from Vercel. -
After that, run this project with command
pnpm run dev
and see the result in http://localhost:3000. You can also run this project using Docker. Start your Docker first and typedocker compose up --build
in your terminal.