Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/platformatic/authentication-server
- Owner: platformatic
- License: apache-2.0
- Created: 2023-06-19T15:55:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-01T08:42:47.000Z (11 months ago)
- Last Synced: 2024-05-07T12:24:32.162Z (8 months ago)
- Language: JavaScript
- Size: 158 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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