adnahmed / programmersapi

Backend API for the company website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

programmersapi

API backend for the organization of programmers who work in the same company.

Running Locally

Make sure you have Go version 1.12 or newer and the Heroku Toolbelt installed.

$ git clone https://github.com/heroku/programmersapi.git
$ cd programmersapi
$ go build -o bin/programmersapi -v . # or `go build -o bin/programmersapi.exe -v .` in git bash
...
$ heroku local

Your app should now be running on localhost:5000.

Deploying to Heroku

$ heroku create
$ git push heroku main
$ heroku open

or

Deploy

Documentation

For more information about using Go on Heroku, see these Dev Center articles:

About

Backend API for the company website


Languages

Language:Go 89.9%Language:Dockerfile 10.1%