Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 983 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 983 Bytes

snip

Overview

This project is based on the project presented in the book "Let's Go" by Alex Edwards. The book is a comprehensive guide to learning the Go programming language, and this project serves as a practical implementation of the knowledge gained from the book.

Getting Started

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/olimeme/snip.git
    cd snip
  2. Build and run the project:

    go run cmd/web/*
  3. Open your web browser and navigate to http://localhost:8080 to see the project in action.

Acknowledgments

A special thanks to Alex Edwards for writing the "Let's Go" book, which served as the foundation for this project. The book is an invaluable resource for learning Go programming, and this project aims to provide practical examples based on its teachings.