文件名称:gofinances-api:Rest API管理财务交易-使用Express,TypeORM和Postgres构建
文件大小:228KB
文件格式:ZIP
更新时间:2024-05-22 03:18:47
api postgres express typescript rest
财务 储存交易并保持最新余额 :pushpin: 目录 贡献 执照 :rocket: 特征 :palm_tree: 交易CRUD :open_file_folder: 从CSV文件导入交易 :construction_worker: 安装 您需要先安装Node.js和Yarn ,然后才能通过HTTPS克隆项目,请运行以下命令: git clone https://github.com/LauraBeatris/gofinances-api.git SSH URL通过SSH(一种安全协议)提供对Git存储库的访问。 如果您使用在您的Github帐户中注册的SSH密钥,请使用以下命令克隆项目: git clone git@github.com:LauraBeatris/gofinances-api.git 安装依赖项 yarn install 根据.env.example的示例创建环境变量 cp .env.example .env 复制示例后,请确保用新值填充变量。 设置数据库 安装Pos
【文件预览】:
gofinances-api-master
----.eslintrc.json(931B)
----.lintstagedrc.json(80B)
----.env.example(194B)
----.github()
--------logo-docs.gif(84KB)
--------documentation.json(5KB)
----tmp()
--------.gitkeep(0B)
----commitlint.config.js(67B)
----yarn.lock(292KB)
----src()
--------app.ts(410B)
--------services()
--------models()
--------database()
--------repositories()
--------config()
--------__tests__()
--------errors()
--------handlers()
--------middlewares()
--------server.ts(107B)
--------routes()
----CONTRIBUTING.md(1KB)
----tsconfig.json(6KB)
----jest.config.js(6KB)
----README.md(4KB)
----docker-compose.yml(288B)
----.huskyrc.json(158B)
----prettier.config.js(91B)
----.editorconfig(147B)
----.gitignore(91B)
----.eslintignore(24B)
----package.json(2KB)