Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mcollina/nodejs-download-stats

Node.js Download Statistics
https://github.com/mcollina/nodejs-download-stats

Last synced: about 1 month ago
JSON representation

Node.js Download Statistics

Awesome Lists containing this project

README

        

# Platformatic Service API

This is a generated [Platformatic Service](https://docs.platformatic.dev/docs/reference/service/introduction) application.

## Requirements

Platformatic supports macOS, Linux and Windows ([WSL](https://docs.microsoft.com/windows/wsl/) recommended).
You'll need to have [Node.js](https://nodejs.org/) >= v18.8.0 or >= v20.6.0

## Setup

Install dependencies:

```bash
npm install
```

## Usage

1. Update the environment variables in `.env` to match your Platformatic project.
An example `.env` file is provided in `.env.example`.
You may just rename it to `.env` and update the values.

2.Run the API server with:

```bash
npm start
```

### Explore
- ⚡ The Platformatic DB server is running at http://localhost:3042/
- 📔 View the REST API's Swagger documentation at http://localhost:3042/documentation/
- 🔍 Try out the GraphiQL web UI at http://localhost:3042/graphiql