txsjyy / GalaGate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To activate the program locally, please first type the following command in the terminal:

First, cd into server and create the virtual environment:

python3 -m venv venv

source venv/bin/activate

Second, run the development server:

python3 server.py

Third, cd into client and install dependencies:

npm install

Fourth, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

About


Languages

Language:Vue 58.0%Language:TypeScript 32.4%Language:Python 6.5%Language:JavaScript 2.1%Language:CSS 0.9%