https://github.com/siddikur-dev/apps-pagination-server
https://github.com/siddikur-dev/apps-pagination-server
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/siddikur-dev/apps-pagination-server
- Owner: siddikur-dev
- Created: 2025-11-15T02:44:03.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-11-15T04:20:24.000Z (7 months ago)
- Last Synced: 2025-11-15T06:16:19.622Z (7 months ago)
- Language: JavaScript
- Size: 50.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hero Apps Server
Minimal Express server for the Hero Apps project.
Quick start
1. Install dependencies
```bash
npm install
```
2. Run in development (requires nodemon)
```bash
npm run dev
```
3. Start normally
```bash
npm start
```
Health check
Open http://localhost:3000/health — should return `OK`.
Notes
- `PORT` can be set via environment variable. Defaults to `3000`.
- The project includes `cors` and basic error handling.