Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A time tracker web app built using Golang and React.

NotificationsYou 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

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

Backend

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

go get github.com/tools/godepgodep restore

Then you just run like this:

`go run main.go``

Frontend

To deploy the Frontend (You need to havesurgeinstalled):

sh deploy.sh

Be aware to change the HOSTconst insideApp.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

[8]ページ先頭

©2009-2025 Movatter.jp