Skip to content

cassiobotaro/prestground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐘 pRESTground

A playground for prest.

For the tests we need a postgres instance with a database demo and user postgres.

Using docker you can do:

docker run --name=pgdemo --rm -e POSTGRES_USER=postgres -e POSTGRES_DB=demo -p 5432:5432 -d postgres:10

before run calls

go run migrate up

and then

go run main.go

About

🐘 Tests using prest

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors