social_media

command module
v0.0.0-...-f5dcb26 Latest Latest
Warning

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

Go to latest
Published: Aug 12, 2024 License: MIT Imports: 1 Imported by: 0

README

Social Media Replica Project

This repository contains a social media replica project developed in Go.

Table of Contents

Installation

Prerequisites

Before installing the project, ensure you have the following prerequisites installed:

  • Go 1.18 or higher
  • Git
  • Docker
Steps
  1. Clone the repository:

    git clone https://github.com/mojtabafarzaneh/social_media.git
    cd social_media
    
  2. Install dependencies:

    The Go module system will automatically install the necessary dependencies when you build the project. However, you can download the dependencies explicitly using:

    go mod tidy
    
  3. Build the project:

    You can build the project by running:

    make build
    docker-compose up -d
    
  4. Run the project:

    After building, you can run the project with:

    make serve
    

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package docs Code generated by swaggo/swag.
Package docs Code generated by swaggo/swag.
src
cmd
db

Jump to

Keyboard shortcuts

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