gandreadis / statistak

🎵 App for Keeping Track of Ricciotti Tour Performances

Home Page:https://statistak.nl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Statistak

App for keeping track of tour performances, made for use on tour with the Ricciotti Ensemble!

Installation

Run the following commands to get the codebase installed (with Node and the Yarn package manager installed), starting in the root directory of this project:

cd server
yarn
cd ..
cd client
yarn
cd ..

Development

To locally develop this, run these two commands in two separate terminals:

  • yarn start:dev in the server directory
  • yarn start in the client directory

Restoring and Backing up

To import the contents of the data directory into a running MongoDB instance, run the following command:

mongorestore --db=statistak --dir=data/statistak

To back up the current state of a running MongoDB instance serving the statistak database, run the following command:

mongodump --db=statistak --out=data

Credits

See the license for more information.

Disclaimer: This software and its data artifacts are not affiliated or endorsed by the Ricciotti Ensemble.

About

🎵 App for Keeping Track of Ricciotti Tour Performances

https://statistak.nl

License:MIT License


Languages

Language:TypeScript 91.4%Language:JavaScript 3.9%Language:CSS 3.5%Language:HTML 1.2%