Categorygithub.com/vscodethemes/backend
module
0.0.0-20241222014342-69f5fa6e8084
Repository: https://github.com/vscodethemes/backend.git
Documentation: pkg.go.dev

# README

vscodethemes

The backend for the vscodethemes website. Built with River and Huma.

Development

The Taskfile.yml contains a bunch of useful commands for getting started with development. To get started:

  1. Generate a new keypair: task generate-keyset
  2. Generate a new JWT: task generate-jwt
  3. Start the database: task db
  4. Run the migrations: task migrate-up
  5. Start the object storage server: task objectstore
  6. Start the workers server: task workers
  7. Start the API server: task api
  8. Open the API docs: open http://localhost:8080/docs

If you are interested in contributing or have any questions, feel free to open an issue.

# Packages

No description provided by the author