Skip to content

opaquee/EventMapAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EventMapAPI

GraphQL API written in Go for the EventMap website. Users can log in, create, read, update, and delete event information. A client can also subscribe to realtime updates of new event data.

Installation

Install these: Docker: https://docs.docker.com/get-docker/ Golang: https://golang.org/doc/install

Running the project

first, clone this repo to your machine and open a terminal in the project directory

$ go generate ./...

$ docker-compose up --build

if you are on linux, instead run the second command like this: $ sudo docker-compose up --build

Sending Requests

go to localhost:8080 in your browser to send requests to the API.

About

Web API for the EventMap site.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published