https://github.com/codex2124/polymartket-crypto-trading-bot-backend
https://github.com/codex2124/polymartket-crypto-trading-bot-backend
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codex2124/polymartket-crypto-trading-bot-backend
- Owner: CodeX2124
- Created: 2025-08-01T08:56:25.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-08-14T22:01:34.000Z (7 months ago)
- Last Synced: 2025-08-15T00:07:53.893Z (7 months ago)
- Language: TypeScript
- Size: 161 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ExpressJS Boilerplate with Typescript
Very simple boilerplate which you can use the starter project of express backend with typescript.
- ExpressJS v5.1
- Typescript ES6
## Run the server
```
# to install node modules
npm install
# to run dev server
npm run dev
# to build project
npm run build
# to start prod server
npm start
```