Skip to content
This repository was archived by the owner on Sep 12, 2022. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 218 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 218 Bytes

NoSlice API

Installation for development

# Copy and update configurations
cp .env.dist .env

# Start project
docker-compose up --build

# Initialize database
docker-compose exec app mix ecto.migrate