Skip to content

A time tracker web app built using Golang and React.

Notifications You must be signed in to change notification settings

joaodias/time-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Time Tracker web app

A time tracker in the web. Deployed to http://thetimetracker.surge.sh

Backend

To run the backend first you need all the dependencies. Go and restore the dependencies.

go get github.com/tools/godep
godep restore

Then you just run like this:

`go run main.go``

Frontend

To deploy the Frontend (You need to have surgeinstalled):

sh deploy.sh

Be aware to change the HOST const inside App.jsx

Postgres

first build the container:

docker build -t joaodias/postgres:latest .

To fire up a database, run:

docker run -p 5432:5432 -e POSTGRES_PASSWORD=dMzpXuzT -e POSTGR ES_DB=TimeTracker joaodias/postgres

About

A time tracker web app built using Golang and React.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published