Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/platformatic/authentication-server

A simple authentication server built on top of Platformatic
https://github.com/platformatic/authentication-server

Last synced: about 1 month ago
JSON representation

A simple authentication server built on top of Platformatic

Awesome Lists containing this project

README

        

# Platformatic DB API

This is a generated [Platformatic DB](https://docs.platformatic.dev/docs/reference/db/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

## Setup

1. Install dependencies:

```bash
npm install
```

2. Apply migrations:

```bash
npx platformatic db migrations apply
```

## Usage

Run the API 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