Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kearfy/portfolio
https://github.com/kearfy/portfolio
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/kearfy/portfolio
- Owner: kearfy
- License: mit
- Created: 2022-09-15T19:55:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-14T21:45:05.000Z (almost 2 years ago)
- Last Synced: 2024-10-14T20:34:20.088Z (2 months ago)
- Language: TypeScript
- Size: 2.78 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basic NextJS + SurrealDB demo
This app showcases how you can use nextjs in combination with surrealdb.
It's inspired by two other projects that I'm working on:
- https://github.com/theopensource-company/kards-social
- https://github.com/theopensource-company/playrbase## How to use?
- Install SurrealDB on your system.
- Run a local database and run all table definitions in there that are included in the tables folder.
- I personally suggest to use Surrealist: https://github.com/StarlaneStudios/Surrealist
- Adjust the connection settings in the hooks/Surreal.tsx file
- Run `pnpm i` in the root of the project to install dependencies.
- Run `pnpm dev` to start the NextJS development server.
- Access the app at: http://localhost:8000