Git Product home page Git Product logo

bank's Introduction

Bank BackEnd

学习写一个银行的后端。目的是练习和熟悉工具链。

更详细的笔记记录在Note中,请自行查阅,自认为会有所帮助。

开发环境

windows11 wsl2

数据库

使用dbdiagram.io 和 docker postgresql:12-alpine 编写和设计数据库。

备注

127.0.0.1
端口 5432
用户名 postgres
密码 password
暂时不放在服务器上测试。
进入postgres的CLI命令行界面

docker exec -it [container名字,目前为postgres12] psql -U [数据库用户] -l

其他操作可以参考这篇博客。
Docker筆記 - 進入Container,建立並操作 PostgreSQL Container
数据库的操作参考菜鸟教程即可。

bank's People

Contributors

yours22 avatar

Watchers

 avatar

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.