Skip to content
/ skillq Public template

Simple Skill Querying Website built with React & a Golang backend

License

Notifications You must be signed in to change notification settings

BrianLusina/skillq

Repository files navigation

SkillQ

Simple skill querying website built with React & Go.

Setup

To setup the application, there are a couple of things that will be required:

  1. Bun. This is used by the client to manage dependencies.
  2. Go. This is the programming language used for the backend.
  3. Docker. This is for running supported services required by the backend, such as the database, etc.

Once you have the above setup, proceed to setup and download the required dependencies:

  1. Within the client directory, run:

    bun install
  2. Within the server directory, run:

    go mod

Running the application

  1. First, run docker with:

    docker compose up
  2. Secondly, in a separate terminal session, run the backend application:

    cd server/app/cmd
    go run main.go
  3. Third, in a separate terminal session, run the frontend application:

    cd client
    bun run dev

That's it, now navigate to the browser on http://localhost:5173/ and play around with the application :).

About

Simple Skill Querying Website built with React & a Golang backend

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published