thinceller / knowledgebox

Home Page:https://knowledgebox.now.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

knowledgebox

knowledgebox is a simple note app for Web.

Tech stack

front end

  • React
  • Next.js
  • TypeScript

back end

  • Echo
  • sqlx

How to use

front end

$ yarn
$ yarn dev

back end

$ make build
$ make run

Directory structure

knowledgebox/
├ backend/		- back end (Go server)
│ ├ api/
│ ├ application/
│ ├ domain/
│ ├ infra/
│ └ injector/
├ main.go		- back end entry point
└ src/			- front end (Next.js)
  ├ components/
  ├ models/
  └ pages/

About

https://knowledgebox.now.sh

License:MIT License


Languages

Language:TypeScript 54.2%Language:Go 42.3%Language:Makefile 2.4%Language:JavaScript 0.8%Language:Shell 0.3%