GithubHelp home page GithubHelp logo

oskar-gmerek / surreal-sveltekit Goto Github PK

View Code? Open in Web Editor NEW
53.0 3.0 2.0 1.19 MB

A Starter Kit with SurrealDB and SvelteKit, featuring Authentication and CRUD Operations + Realtime

License: MIT License

JavaScript 2.18% HTML 1.39% TypeScript 49.42% Svelte 47.00%
mastercss realtime-database starter-kit starter-template superforms surrealdb surrealdb-database svelte sveltekit sveltekit-example

surreal-sveltekit's Introduction

๐Ÿ‘‹ Hi there! I'm Oskar.

I'm Oskar Gmerek, a passionate programmer with a strong interest in frontend development. I'm eager to break into the industry and make my mark by creating clean, efficient, and user-friendly web applications. My goal is to learn from experienced professionals and contribute to the success of innovative projects.

๐Ÿ’ป Workplace

  • โ—๏ธโ—๏ธ ๐Ÿ” I am actively seeking my first full-time role in the IT industry, with a preference for remote or hybrid positions based in West Sussex or London, ideally in an environment open to individuals without commercial experience, that invests in employee training, and utilizes a modern technology stack.

๐ŸŽ“ Education & Bootcamp Experience

  • ๐Ÿ–ฅ๏ธ Software Engineering (Fundamentals) by HyperionDev [In Progress]
    • Actively participating, developing, and validating my skills
    • Check out my progress: Bootcamp Portfolio
    • Aiming to complete the program with a certificate
  • ๐ŸŒ LinkedIn Learning
    • Participated in various courses and earned certificates to confirm my acquired skills
  • ๐Ÿฆ‰ Continuous self-learning based on documentation, articles, blogs, videos, open-source repositories, etc.

๐Ÿ’ผ Experience

  • ๐Ÿšš Last Mile Delivery Supply Chain Industry
    • Gained valuable insights into the importance of utilizing modern technologies and adapting to changing market conditions
    • Gained experience in building and leading teams

๐Ÿ› ๏ธ Technical Skills

  • ๐ŸŒŸ Preferred technology stack:
    • Svelte, SvelteKit
    • MasterCSS
    • SurrealDB
  • ๐ŸŒ Web Development: HTML, CSS, JavaScript
  • ๐Ÿ“š Version Control: Git, GitHub

๐ŸŒŸ Soft Skills

  • ๐Ÿ† Determination and continuous development mindset
  • ๐ŸŒฑ Ability to learn quickly
  • ๐Ÿค Experience as both a team member and team leader

๐Ÿ“ซ Get in Touch

๐Ÿ“Š My GitHub Stats

Contribution Stats

surreal-sveltekit's People

Contributors

dependabot[bot] avatar oskar-gmerek avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

limweb

surreal-sveltekit's Issues

Error: connect ECONNREFUSED 127.0.0.1:8000

npm run multitaskum:developum

> [email protected] multitaskum:developum
> docker compose up -d && vite dev --host

[+] Running 1/0
 โœ” Container database  Started                                                                                                                            0.0s


  VITE v4.5.1  ready in 902 ms

  โžœ  Local:   http://localhost:5173/
  โžœ  Network: http://10.0.0.243:5173/
  โžœ  Network: http://10.0.0.234:5173/
  โžœ  Network: http://172.19.0.1:5173/
  โžœ  press h to show help

I go to http://localhost:5173/ in the browser and see the following:

node:internal/process/promises:288
            triggerUncaughtException(err, true /* fromPromise */);
            ^

Error: connect ECONNREFUSED 127.0.0.1:8000
    at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) {
  errno: -111,
  code: 'ECONNREFUSED',
  syscall: 'connect',
  address: '127.0.0.1',
  port: 8000
}

Node.js v18.18.0

BTW, I am on Ubuntu 22.04.3 LTS

[Poll] Tauri compatible version

I'm learning Sveltekit to build a Tauri app and I believe Surrealdb is a good choice for my use case. However, I've not found yet an example of an app that uses these three stacks together. Have you ever tried this before? Would you consider creating a version of your app using Tauri?

[Bug] - pnpm dev throws error

After installing the app with pnpm i and making sure that my database was running, I ran pnpm dev.

It says that it is an issue:

> vite dev

โ–ฒ [WARNING] Cannot find base config file "./.svelte-kit/tsconfig.json" [tsconfig.json]

    tsconfig.json:2:12:
      2 โ”‚   "extends": "./.svelte-kit/tsconfig.json",
        โ•ต              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Forced re-optimization of dependencies

  VITE v5.0.12  ready in 1605 ms

  โžœ  Local:   http://localhost:5173/
  โžœ  Network: use --host to expose
  โžœ  press h + enter to show help
11:01:40 PM [vite] Error when evaluating SSR module /src/master.css.ts: failed to import "@master/css"
|- Error: Cannot find module '@master/css' imported from '/home/vlada/projects/surreal-sveltekit/src/master.css.ts'
    at nodeImport (file:///home/vlada/projects/surreal-sveltekit/node_modules/.pnpm/[email protected]/node_modules/vite/dist/node/chunks/dep-9A4-l-43.js:50892:25)
    at ssrImport (file:///home/vlada/projects/surreal-sveltekit/node_modules/.pnpm/[email protected]/node_modules/vite/dist/node/chunks/dep-9A4-l-43.js:50799:30)
    at eval (/home/vlada/projects/surreal-sveltekit/src/master.css.ts:3:50)
    at instantiateModule (file:///home/vlada/projects/surreal-sveltekit/node_modules/.pnpm/[email protected]/node_modules/vite/dist/node/chunks/dep-9A4-l-43.js:50861:15)

11:01:40 PM [vite] Error when evaluating SSR module /src/hooks.server.ts: failed to import "/src/master.css.ts"
|- Error: Cannot find module '@master/css' imported from '/home/vlada/projects/surreal-sveltekit/src/master.css.ts'
    at nodeImport (file:///home/vlada/projects/surreal-sveltekit/node_modules/.pnpm/[email protected]/node_modules/vite/dist/node/chunks/dep-9A4-l-43.js:50892:25)
    at ssrImport (file:///home/vlada/projects/surreal-sveltekit/node_modules/.pnpm/[email protected]/node_modules/vite/dist/node/chunks/dep-9A4-l-43.js:50799:30)
    at eval (/home/vlada/projects/surreal-sveltekit/src/master.css.ts:3:50)
    at instantiateModule (file:///home/vlada/projects/surreal-sveltekit/node_modules/.pnpm/[email protected]/node_modules/vite/dist/node/chunks/dep-9A4-l-43.js:50861:15)

Error: Cannot find module '@master/css' imported from '/home/vlada/projects/surreal-sveltekit/src/master.css.ts'
    at nodeImport (file:///home/vlada/projects/surreal-sveltekit/node_modules/.pnpm/[email protected]/node_modules/vite/dist/node/chunks/dep-9A4-l-43.js:50892:25)
    at ssrImport (file:///home/vlada/projects/surreal-sveltekit/node_modules/.pnpm/[email protected]/node_modules/vite/dist/node/chunks/dep-9A4-l-43.js:50799:30)
    at eval (/home/vlada/projects/surreal-sveltekit/src/master.css.ts:3:50)
    at instantiateModule (file:///home/vlada/projects/surreal-sveltekit/node_modules/.pnpm/[email protected]/node_modules/vite/dist/node/chunks/dep-9A4-l-43.js:50861:15) {
  code: 'ERR_MODULE_NOT_FOUND'
}

It seems like sveltekit 2.0 is not cool with master/css library, but still, this is easy to reproduce and to test with a fresh clone.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.