Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.25 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.25 KB

LaunchPad

Build Status Go Report Card codecov

The task that the project solves is raising money to buy something for joint ownership, or finding people for some kind of activity.

The service is suitable for small communities, such as an office, for example, it is assumed that the service is deployed on an internal network, thereby limiting the audience of projects.

LaunchPad project consist of:

AUTH

Prepare first start

init migrations

lpad migrate init

apply migrations

lpad migrate up

Run API

lpad api