Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/katerberg/ormos
MTG Archivist for helping local stores manage inventory
https://github.com/katerberg/ormos
Last synced: 24 days ago
JSON representation
MTG Archivist for helping local stores manage inventory
- Host: GitHub
- URL: https://github.com/katerberg/ormos
- Owner: katerberg
- License: agpl-3.0
- Created: 2023-04-16T22:45:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-18T21:54:06.000Z (5 months ago)
- Last Synced: 2024-06-19T22:45:29.429Z (5 months ago)
- Language: TypeScript
- Size: 2.45 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ormos
Archivist for MTG cards, assistant to store owners everywhere
## Docker Setup
### Requirements
You will need `docker desktop` installed.
### StartingTo run the project, you will need the latest copy of `AllPrintings.sqlite` from [MTG JSON](https://mtgjson.com/downloads/all-files/) in the `data` folder. This can be retrieved manually or via the following command:
```sh
npm run fetch:allPrintings
```To run the environment hosted on docker, run the following:
```
docker-compose build
docker-compose up
```