dense-analysis / codelibrary

A site/service for sharing public domain code

Repository from Github https://github.comdense-analysis/codelibraryRepository from Github https://github.comdense-analysis/codelibrary

codelibrary

Development

Ensure Docker is installed, and start the project with docker compose up.

You can connect to the Postgres database through the db service:

docker compose exec db psql codelibrary postgres

The database schema will be created automatically on first run. You can update the schema if needed by running the SQL file again.

docker compose exec db psql codelibrary postgres \
  -q -f /docker-entrypoint-initdb.d/codelibrary.sql

About

A site/service for sharing public domain code

License:GNU Affero General Public License v3.0


Languages

Language:Go 86.2%Language:TypeScript 8.1%Language:JavaScript 4.6%Language:Dockerfile 0.9%Language:HTML 0.3%