Git Product home page Git Product logo

go-htmx's Introduction

Repo Issues

This is a project that will display a list of issues that pertain the repository given. This was a project used for experimenting with the technologies below:

Some notable tools used for this project were:

Running the Devcontainer

To start the Devcontainer copy the .devcontainer/.env.example, name the copy .env and leave it in the .devcontainer directory. Provide a value for ENV, PORT and GH_PAT.

  • ENV tells the application what environment it is running in, PROD would run Gin in Release Mode
  • PORT tells the application what port it should use to receive requests
  • GH_PAT gives the application permission to perform actions on your behalf via the Github API, if you don't have a personal access token from Github yet, you can create one by following this link and then create a Fine-grained token no specific permissions are needed.

After the environment variables, open the Makefile and set the MOD_NAME variables, this will be the name of the the application.

If you have the devcontainer cli installed you can run the make commands below:

make dc_up

Once it has finished, you can open a VSCode instance in that container with the command:

make dc_open

If you don't have the Dev Container CLI, you can use the Dev Containers VSCode extension instead. In the VSCode command palette, run the command Dev Containers: Reopen in Container, this would create a container with your code inside and open VSCode with a remote connection already with Go installed.

Once inside the Dev Container, open a terminal and change your directory to the workspaces/src, from there you can install the Project dependencies with the command:

make init

To run the application, run the command:

make run

go-htmx's People

Contributors

aldrickdev avatar

Watchers

 avatar

go-htmx's Issues

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.