lixinyang123 / API

ConchBrainClub official website api

Home Page:https://www.conchbrain.club

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ConchBrain club official website api

Install pre-requisites

  • powershell core
  • sqlite3

Restore Dependence

It will create database and install the dependences.

pwsh restore.ps1

Debug

VScode launch.json config

{
    "version": "0.2.0",
    "configurations": [
        {
            "name": "PowerShell: Launch Script",
            "type": "PowerShell",
            "request": "launch",
            "script": "${workspaceFolder}/src/main.ps1",
            "cwd": "${workspaceFolder}/src"
        }
    ]
}

Run Project

cd src
pwsh -noe main.ps1

About

ConchBrainClub official website api

https://www.conchbrain.club


Languages

Language:PowerShell 100.0%