Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beiyanyunyi/bookexchange
https://github.com/beiyanyunyi/bookexchange
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/beiyanyunyi/bookexchange
- Owner: BeiyanYunyi
- License: agpl-3.0
- Created: 2022-04-14T14:34:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-15T04:43:26.000Z (7 months ago)
- Last Synced: 2024-04-17T06:50:52.487Z (7 months ago)
- Language: TypeScript
- Size: 1.1 MB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BookExchange
[![codecov](https://codecov.io/github/BeiyanYunyi/BookExchange/graph/badge.svg?token=B2BEW8XB25)](https://codecov.io/github/BeiyanYunyi/BookExchange)
南京信息工程大学易书活动网站源代码
## Usage
```bash
corepack enable
pnpm i
pnpm dev
```## Environment for backend
```js
export const saltRounds = Number(process.env.SALT_ROUNDS) || 10;
export const jwtSecret = process.env.JWT_SECRETS!;
```