An open API service indexing awesome lists of open source software.

https://github.com/siddikur-dev/apps-pagination-server


https://github.com/siddikur-dev/apps-pagination-server

Last synced: 19 days ago
JSON representation

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.