- 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