/doku

Ecommerce

Primary LanguageGo

Logo

Doku

Building Africa's Digital Marketplaces with Flexibility.

Badges

Add badges from somewhere like: shields.io

MIT License GPLv3 License AGPL License

Authors

Installation

You must have go 1.22 or higher installed

  git clone https://github.com/bontusss/Doku.git
  cd Doku
  go mod tidy

Documentation

Documentation

Run Locally

If you have completed the installation, install make if you dont have it.

Go to the project directory

  cd my-project

install dependencies

  make deps

Build the application

  make build

Start the server on a custom port

  make run port=:[custom-port]

Start the server on the default port

  make run-default

Clean build artifacts

  make clean

Set Super Email (example usage):

  make set-super-email

Set Store Name (example usage):

  make set-store-name

Tech Stack

Storefront: React, NextJS, TailwindCSS

Server: Go, GIN

Usage/Examples

import Component from 'my-project'

function App() {
  return <Component />
}

Support

For support, email fake@fake.com or join our Slack channel.