Skip to content

bdphilly/visitor_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running Project

Docker

  • docker-compose build
  • docker-compose up

OR

web

  • yarn serve

api

  • mongod
  • DB_HOST=127.0.0.1:27017 go run api

Tests

Server tests:

  • go test ./...

Web tests:

  • yarn test

Visit site

http://localhost:8080