Skip to content

phl-code-club/coding-challenges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coding-challenges

Seeding Data

The project includes a seeder that can operate in two modes:

Database Seeding (Default)

Seeds the database with dynamically generated questions, inputs, and answers:

go run cmd/seed/seed.go

Testing

Once you see the database you can run:

DB_FILE="file:../../../test.db" go test ./... -v

This will run the tests. As long as they all pass you're good to go!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors