Repository
Current version released
3 years ago
Versions
artus-web
Learn new things to improve myself.
Artus, vue3, redis, mysql, mongodb, and Pnpm workspaces.
Prerequisites
Used redis, mysql and mongodb - replicaSet.
Please check ./server/app/frameworks/framework-web/models/README.md.
And the related config is in file ./server/app/config/config.default.ts.
Steps.
pnpm i
pnpm run build
# (Not used yet, could ignore/jump up this step.) Windows. Initial mysql dbs.
set MYSQL_URI=mysql://root:123456@localhost:3306/test && npx prisma db push --schema ./app/frameworks/framework-web/models/mysql/schema.prisma
# Start or dev
pnpm run start