Skip to content

utcssa/GalaGate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 58.1%
  • TypeScript 32.4%
  • Python 6.5%
  • JavaScript 2.1%
  • CSS 0.9%