svc-dating-technical-test

command module
v0.0.0-...-61ffae0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 18, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

README

Dealls Technical Test - GOLANG

Tech Stack

Run Project

  • Migration File Command

    • Create New Migration File make migrate create <file_name> sql
    • UP Migration make migrate up
    • Down Migration (Delete All) make migrate down-to 0
  • Command Generate Swagger make generate

  • Run Project

    • Copy file local.env.example to new file local.env

    • Change database environment to your own connection

      DB_HOST=localhost
      DB_PORT=5432
      DB_USER=postgres
      DB_PASSWORD=passwordnyaPostgres
      DB_NAME=dealls_dating_app
      
    • Run make migrate up for UP all migration file

    • Run http go run app/http/main.go

    • Link Swagger Local Run http://localhost:9090/swagger/index.html

Documentation

Overview

Copyright © 2024 MUHAMMAD YUSUF <inbox.myusuf@gmail.id>

Directories

Path Synopsis
app
Package docs Code generated by swaggo/swag.
Package docs Code generated by swaggo/swag.
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL