1
0
Fork
You've already forked go-recap
0
Project also available in gh: https://github.com/noreng-br/go-recap
  • Go 89.5%
  • Shell 9.4%
  • Dockerfile 1.1%
Find a file
2025年11月14日 14:36:44 -03:00
commands Feat: Add create user 2025年11月11日 23:05:15 -03:00
docs Feat: Add list users 2025年11月13日 13:47:23 -03:00
handler Feat: Implement order resources 2025年11月14日 14:00:59 -03:00
migrations/postgres feat: add new migrations for data structures 2025年11月12日 20:21:51 -03:00
models Feat: Implement order resources 2025年11月14日 14:00:59 -03:00
repository Feat: Implement order resources 2025年11月14日 14:00:59 -03:00
scripts Feat: Add script for user creation 2025年11月14日 14:01:31 -03:00
service feat: add resource for user creation and login 2025年11月12日 16:43:15 -03:00
.env.test feat: add resource for user creation and login 2025年11月12日 16:43:15 -03:00
.gitignore Feat: Add create user 2025年11月11日 23:05:15 -03:00
docker-compose.yml Feat: Add create user 2025年11月11日 23:05:15 -03:00
Dockerfile Feat: Add create user 2025年11月11日 23:05:15 -03:00
go.mod Feat: Add post product & category 2025年11月13日 13:38:57 -03:00
go.sum Feat: Add post product & category 2025年11月13日 13:38:57 -03:00
main.go Feat: Add post product & category 2025年11月13日 13:38:57 -03:00
readme.txt Doc: Improve readme.txt 2025年11月14日 14:36:44 -03:00
todo Feat: Add script for user creation 2025年11月14日 14:01:31 -03:00
validator.go feat: add resource for user creation and login 2025年11月12日 16:43:15 -03:00

MINIMAL GO APP
______________
GOLANG TRAINING
_______________
Copy environment variables:
```
cp .env.test .env
```
Run migrations:
```
./scripts/migrations/run up
```
Run the project:
```
docker compose up
```