atomic-server

Status: pre-alpha

A lightweight HTTP server that shares created Atomic data on the web.

Progress

Install from source

Install Cargo to build from source.

```sh git clone git@github.com:joepio/atomic.git cd atomic/server

Create a new .env using the template

cp default.env .env

Run the server. It creates a store in ~/.config/atomic/db by default

cargo run

Visit http://localhost:8080/test

```

Running from cargo

You can also install with cargo install atomic-server, but this binary will also require: