Skip to content

JenkinsZhang/TeachingAffairsAdministrationSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TeachingAffairsAdministrationSystem

setup

development

# solve frontend dependencies
yarn

# run frontend in dev mode
yarn run dev

# run backend
go run main.go

# then you can visit frontend on http://localhost:3000, but there remains some troubles. To avoid it, you should use webservers like nginx to proxy :3000 and :9090 to the same port to visit.

release

# run frontend and backend together
docker-compose up --build
# then you should use webservers like nginx to proxy :30003 and :30004 to the same port to visit.

About

教学事务管理系统,Nuxt.js+Golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published