Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Munkkeli authored Nov 3, 2023
1 parent dcd9aa0 commit 9bd9ad4
Showing 1 changed file with 2 additions and 27 deletions.
29 changes: 2 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,2 @@
A simple starter ToDo app template implemented with Next.js & React.
Includes an optional PostgreSQL database.

Features full TypeScript support, out-of-the-box DB connection, HMR support, and much more!

- 💻 [Next.js](https://nextjs.org)
- 💿 [PostgreSQL](https://www.postgresql.org)

## Next.js

Available at `/`.

## PostgreSQL

Available with a VSCode extension ([SQLTools](https://marketplace.visualstudio.com/items?itemName=mtxr.sqltools)) or by CLI.

### Connect via SQLTools

1. Open VSCode remote connection to your deployment.
2. Install the [SQLTools](https://marketplace.visualstudio.com/items?itemName=mtxr.sqltools) and [SQLTools PostgreSQL/Redshift Driver](https://marketplace.visualstudio.com/items?itemName=mtxr.sqltools-driver-pg) extensions.
3. Open the "SQLTools" tab in the sidebar and click "Strapi".

### Connect via CLI

```bash
su postgres -c 'psql'
```
[Astro](https://astro.build/) is an all-in-one web framework for building fast, content-focused websites.
SSR support with the [Node.js](https://docs.astro.build/en/guides/integrations-guide/node/) adapter is preconfigured.

0 comments on commit 9bd9ad4

Please sign in to comment.