Skip to content

mshto/fruit-store

Repository files navigation

Fruit Store

Install dependencies

make dependencies

Run unit tests:

make test

Calculate test's coverage (HTML):

make cover-html

Run linter:

make lint

Database operations:
Create a new migrations:

migrate-new

Run all migrations up:

make migrate-up

Run all migrations down (rollback):

migrate-down

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors