Jarvie8176 / NewTurnip

炒萝卜啦!动物森友会

Home Page:https://kabu.wiarlawd.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NewTurnip

Build Status codebeat badge Coverage Status

Turnip price tracker for AC:NH

Production app: https://kabu.wiarlawd.me

API docs: https://kabu.wiarlawd.me/api/docs

Build & Run

  • set up a postgres db, if you don't have one
  • create a database
  • create uuid extension:
create extension if not exists "uuid-ossp";
  • install packages
yarn install
  • build dependencies (@turnip-market/dtos)
yarn build
  • update .env file in packages/api (template is .env.example)

  • start services

yarn start:api:dev
yarn start:ui:dev

With Docker

docker build -t turnip-market .
docker-compose up

Test

yarn test

Test An Individual Module

yarn workspace @turnip-market/api test
yarn workspace @turnip-market/ui test

About

炒萝卜啦!动物森友会

https://kabu.wiarlawd.me

License:MIT License


Languages

Language:TypeScript 95.0%Language:JavaScript 2.5%Language:HTML 1.2%Language:CSS 1.0%Language:Dockerfile 0.3%