docs: update quickstart.mdx

PostgresSQL -> PostgreSQL
This commit is contained in:
Ikko Eltociear Ashimine 2024-09-02 00:39:47 +09:00 committed by GitHub
parent 09f15dd23b
commit a6455e028c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ title: 'Quickstart'
To run the project you need to have multiple things:
- Node.js (version 18+)
- PostgresSQL (or any other SQL database)
- PostgreSQL (or any other SQL database)
- Redis
- Resend account
- Cloudflare R2 for uploads (optional, can use local machine)
@ -17,7 +17,7 @@ To run the project you need to have multiple things:
A complete guide of how to install NodeJS can be found [here](https://nodejs.org/en/download/).
### PostgresSQL (or any other SQL database)
### PostgreSQL (or any other SQL database)
Make sure you have PostgreSQL installed on your machine.<br />
If you don't, you can install [Docker](https://www.docker.com/products/docker-desktop) and run: