spAInews

module
v0.0.0-...-8984283 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 19, 2022 License: MIT

README

spAInews

CI CD Go Report Card

Preview

Deploying

Make sure you have docker and docker-cli installed (docker desktop should do the job on Windows).

Production

It is important to check if the predefined configurations inside configs/ directory are consistent with your deployment

docker-compose -f ./docker-compose.yaml up -d --build
Development
Frontend development:
  1. Setup the API
docker-compose -f ./compose-dev-api.yaml up -d --build
  1. First install dependencies:
cd frontend
npm install
cd ..
  1. Start the frontend:
cd frontend
npm run dev
Backend development:

Start the databases services:

docker-compose -f ./compose-dev-databases.yaml up -d --build

Directories

Path Synopsis
api
cmd/api command

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL