Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 252 Bytes

File metadata and controls

23 lines (18 loc) · 252 Bytes

RustAxumAPI

0. Enter folder api

cd api

1. Set environment

cp .env-example .env

3. Install dependencies

make install

4. Start API

make start-server