Skip to content

LE0-MAhendra/gotestproj

Repository files navigation

Getting Started

Follow these instructions to get the project up and running on your local machine.

Prerequisites

  • Go installed
  • PostgreSQL installed
  • Make installed (optional but recommended)

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/your-go-project.git
    cd your-go-project
  2. Copy the .env.copy file:

    cp .env.copy .env
  3. Open the .env file and update the DB_URL with your database connection details, including username and password.

Running Migrations

If you have Make installed, you can use the provided Makefile to simplify the process.

  1. Open the Makefile and add your database URL or change upon your requirements

  2. Run the migration:

    make migrate

Starting the Project

  1. Start the project:

    make start

The project should now be running locally.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published