Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

github.com/Kurtz1993/go-contacts

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/Kurtz1993/go-contacts


Version published
Created
Source

Go Contacts

This is a project that is helping me learn Golang for web development. The project consists in a basic GraphQL API and a React UI to consume it.

Prerequisites

In order to be able to run the project you will need to have the following installed:

  • Node.js
  • Golang v1.17

Also, you can leverage Visual Studio Code to use the same tools used to develop the project.

Running the project

To run the project you will need to have two different terminals. In one, we will run the Go project and in the other the React UI with the following commands:

Go API

Make sure to run go get -u before trying to run the project.

go run ./cmd/contacts/main.go

If you are using Visual Studio Code you can go to the debug panel or hit F5 to start the API within the editor.

The API will run on http://localhost:8080

React UI

Make sure to run npm install before trying to run the project.

npm start

The UI will run on http://localhost:3000

API Spec

This project contains a schema.graphql file at the root level that contains the entire GraphQL schema of the project.

FAQs

Package last updated on 28 Sep 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc