Categorygithub.com/Dune-Global/unite-backend
repositorypackage
0.0.0-20240128081457-0c700679f83f
Repository: https://github.com/dune-global/unite-backend.git
Documentation: pkg.go.dev

# README

Unite Backend

Table of Contents

Introduction

This repository contains the backend for the Unite mobile app. It provides the necessary functionalities to support the backend of the unite application.

Installation

After cloning the repository, create a .env file in the project root and define the port number as follows:

PORT=8080

Usage

To run the project, use the following command:

make run

To run the project in watch mode, execute:

make watch

Alternatively, you can run the project in watch mode using the following command:

bash scripts/watch.sh