Backend of neco, NMO Ecosystem.
Same as a golang project. go run dev
for development, go build
for production.
We provide direnv for development environment.
Currently we use sqlite3 since it's lightweight and easy to backup. It's stored in ./database.sqlite3
.
We store article contents in ./contents/{id}/
.
Please backup these two files/folders.
Refer to Neco's API.md
.
Port: 3000