Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mcollina/nodejs-download-stats
- Owner: mcollina
- License: mit
- Created: 2023-11-08T14:43:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-19T15:28:17.000Z (5 months ago)
- Last Synced: 2024-11-01T12:42:25.342Z (about 2 months ago)
- Language: CSS
- Homepage: https://nodedownloads.nodeland.dev/
- Size: 101 KB
- Stars: 14
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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