blob: 3af302b1d181ce211c8605783e4b73d692ce6739 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
---
description: Базовый проект API
gomod: true
name: framework
repository: https://git.neonxp.ru/framework.git
title: API шаблон
---
```sh
go install golang.org/x/tools/cmd/gonew@latest
gonew neonxp.ru/go/framework example.com/myproject
```
Запуск БД для разработки:
```sh
make dev-infra-up
```
Миграция
```sh
make init-dev
make migrate-dev
```
|