atomic-server

Status: pre-alpha

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

Usage

Install Cargo to build from source.

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

Install atomic-server to path

cargo install --path ./

Create a new .env using the template

cp default.env .env

Run the server. It loads the .ad3 store that you point towards

atomic-server

Visit http://localhost:8080/test

```