Giter VIP home page Giter VIP logo

benbellschool's Introduction

Benbellschool

启动

  1. 安装依赖项
npm i
pnpm i
  1. 修改环境变量

docker-compose.yaml

backend:
  build:
    context: ./backend
    dockerfile: Dockerfile
  restart: always
  environment:
    # 请修改下列变量
    DATABASE_URL: postgresql://postgres:postgres@db:23301/postgres?schema=public
    JWT_SECRET: 78b37db2f09767c7ad3eb47c903739359c69aa57080c2710db92fcb1809f8cd4
    JWT_ACCESS_TOKEN_TTL: 86400
  ports:
    - "23302:3000"
  depends_on:
    - db
  1. 构建映像
docker compose build
  1. 部署
docker compose up -d

benbellschool's People

Contributors

1uciuszzz avatar

Watchers

 avatar

benbellschool's Issues

有一个bug

给别人支付负数,会导致自己加钱,对方扣钱。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.