https://github.com/x1unix/dp-doc-bot
https://github.com/x1unix/dp-doc-bot
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/x1unix/dp-doc-bot
- Owner: x1unix
- Created: 2024-05-08T17:06:39.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-05-11T16:58:36.000Z (12 months ago)
- Last Synced: 2025-01-31T07:16:13.232Z (3 months ago)
- Language: TypeScript
- Size: 135 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# DP Doc Checker
Бот для перевірки статусу документів на сайті ДП Документ.
[](https://t.me/dp_check_bot)
## Development
### Prerequisites
* Node v20+
### Setup
* Install the dependencies using `npm install` command.
* Copy [example.env](example.env) file to `dev.env` and edit the file.
* Build the project using `npm run build`
* Start server using command:```shell
NODE_ENV=dev npm run start
```