Skip to content
This repository was archived by the owner on Dec 3, 2023. It is now read-only.

will14smith/orbital-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

102 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

orbital-core

Orbital archery score management system

Setup

Docker:

docker run --name orbital-postgres -e POSTGRES_USER=orbital -e POSTGRES_PASSWORD=orbital -e POSTGRES_DB=orbital -d -p 5432:5432 postgres

Install dependencies:

make setup

Build

make build

Run (with watch)

make start

Migrations

Add a migration:

make migrations-add NAME="migration name"

Run migrations:

make migrations-up

About

ICAC/Orbital reimagined using: dotnet core, react

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors