Skip to content

bryanck29/be-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting started

Migration

When the server is started, migration is automatically applied, in case you want to manually tinker with its up and down please install this first migration tool.

You can run these commands depending on what you need:

  • make migrate-up for incrementally running the sql up scripts in migrations folder
  • make migrate-down for incrementally running the sql down scripts in migrations folder

Testing the API(s)

Only possible after running DB migration

Admin Credentials

username = "don.juan"
password = "don.juan"

User Credentials

username = "jon.doe"
password = "jon.doe"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published