Skip to content

sShaAanGg/library

 
 

Repository files navigation

This is a web application with CI supported by github action and automated pytest-playwright testing.
To test it in local envrionment, install the dependencies specified in test.yml.

Note: You can install and run MySQL DB server through Docker.


  • 安裝nodeJS,版本要求:14.21.3 → 一定要這個版本,可以用nvm切換NodeJS版本
  • 前後端需要分別開一個terminal

back-end

# **Terminal**
npm install
npm run start

front-end

# **Terminal**
npm install
npm run serve

資料庫schema

init.sql

About

A web application with CI supported by github action and pytest-playwright testing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 54.8%
  • JavaScript 41.6%
  • Python 2.5%
  • Other 1.1%