Skip to content

markotomcik/unschooled

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unschooled

Run it

# From the /server directory
$ DATABASE_URL=postgres://postgres:mysecretpassword@localhost:5432/gotutorial?sslmode=disable go run main.go
# From the /client directory
$ yarn start

Deploying to Heroku

# Add and commit all of our changes, then push.
$ git add . 
$ git commit -m '...'
$ git push

# In a new terminal tail the container logs
$ heroku logs --tail

Docker build

$ docker build -t golang-heroku .
$ docker run -p 3000:8080 -d golang-heroku

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published