- Notifications
You must be signed in to change notification settings - Fork1
joaodias/time-tracker
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A time tracker in the web. Deployed tohttp://thetimetracker.surge.sh
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``
To deploy the Frontend (You need to havesurge
installed):
sh deploy.sh
Be aware to change the HOSTconst
insideApp.jsx
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
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published