https://github.com/aelfproject/aelf-lot-api
https://github.com/aelfproject/aelf-lot-api
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aelfproject/aelf-lot-api
- Owner: AElfProject
- Created: 2021-02-05T06:14:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-06T07:09:34.000Z (over 5 years ago)
- Last Synced: 2025-10-10T19:35:50.387Z (8 months ago)
- Size: 13.7 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lot-api
## QuickStart
see [egg docs][egg] for more detail.
### Development
```bash
$ npm i
$ npm run dev
$ open http://localhost:7001/
```
### Deploy
```bash
$ npm start
$ npm stop
```
### npm scripts
- Use `npm run lint` to check code style.
- Use `npm test` to run unit test.
- Use `npm run autod` to auto detect dependencies upgrade, see [autod](https://www.npmjs.com/package/autod) for more detail.
[egg]: https://eggjs.org