maciejhirsz / poxbase

PoxBase - the Pox Nora database

Home Page:https://poxbase.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PoxBase

Running the backend

You'll need a reasonably recent installation of Rust with cargo:

cd backend
cargo run --release

Running the frontend

You'll need a reasonably recent installation of Node.js with yarn:

cd frontend
yarn
yarn start

Production deployment

  • To compile a binary of the backend without running it, run: cargo build --release. You can find the binary in backend/target/release/poxbase.
  • To compile a production version of the frontend run yarn build. You will find the built files in frontend/build.

License

PoxBase is free software, and is released under the terms of the GNU General Public License version 3. See LICENSE.

About

PoxBase - the Pox Nora database

https://poxbase.net

License:GNU General Public License v3.0


Languages

Language:TypeScript 46.1%Language:Rust 44.7%Language:CSS 8.9%Language:HTML 0.3%