Skip to content

rajatxs/go-fconsole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fivemin Console

This project provides interface to manage content on the Fivemin platform.

This project is exclusively targeting the Windows platform.

Fivemin Console

Requirements

Optional Dependencies

  • UPX for compressing your applications.
  • NSIS for generating Windows installers.

Installation

  1. Clone the repository:
git clone https://github.com/rajatxs/go-fconsole.git fconsole
  1. Change directory to the cloned repository:
cd fconsole
  1. Set the following environment variables to your system:
Variable Description Required Default
FMC_ENV Platform environment No development
FMC_ADMIN_ID Admin account Id Yes -
FMC_CLIENT_URL Client Application URL Yes -
FMC_MONGODB_CONN_URL MongoDB Connection URL Yes -
FMC_MONGODB_NAME MongoDB Database Name Yes -
FMC_CLOUDINARY_ID Cloudinary Public ID Yes -
CLOUDINARY_URL Cloudinary URL Yes -
FMC_ALGOLIA_APP_ID Algolia App ID Yes -
FMC_ALGOLIA_API_KEY Algolia API Key Yes -

Usage

Run the application in development mode:

wails dev

Build the application:

wails build

For more information or inquiries, please contact the project owner: Rajat (rxx256+github@outlook.com)