Skip to content

A simple boilerplate to kickstart your development using the INFINI Framework.

Notifications You must be signed in to change notification settings

infinilabs/new-app-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo Project

A simple boilerplate to kickstart your development using the INFINI Framework.

Introduction

This demo project showcases how to set up and use the INFINI Framework to build high-performance Golang applications. It provides a ready-to-use structure and commands, allowing you to focus on your application's logic without worrying about repetitive setup tasks.

Quick Start

Follow these steps to clone and run the demo project:

  1. Navigate to your Go workspace:
cd ~/go/src/infini.sh/
  1. Clone the INFINI Framework repository:
git clone git@github.com:infinilabs/framework.git
  1. Clone the demo application repository:
git clone git@github.com:infinilabs/new-app-example.git new_app
  1. Navigate to the new_app directory:
cd new_app
  1. Build the application:
make

For more details, refer to the INFINI Framework Documentation.