olucvolkan / todoApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todos Restful Api

Todo-app is backend and frontend project.I developed it using backend golang and frontend it using reactjs.

You can reach ui github repo link.

Demo-Preview

Random GIF

Table of contents

Installation

(Back to top)

To use this project, first clone the repo on your device using the command below:

git init

git https://github.com/olucvolkan/todoApp

Usage

(Back to top)

build

$ cd todoApp
$ go build main.go
$ go run main.go

Runs the app in the development mode.
Open http://localhost:8080/swagger/index.html to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

unit test

$ cd test && go test

Docker for local build

$ docker-compose up --build

Deployment

Deployment has been done to heroku.

About


Languages

Language:Go 89.6%Language:Dockerfile 8.8%Language:Shell 1.5%