Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/squishy123/ronin-auth
Auth Server built off of ronin
https://github.com/squishy123/ronin-auth
Last synced: 14 days ago
JSON representation
Auth Server built off of ronin
- Host: GitHub
- URL: https://github.com/squishy123/ronin-auth
- Owner: Squishy123
- License: agpl-3.0
- Created: 2019-08-25T21:22:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T12:27:07.000Z (about 2 years ago)
- Last Synced: 2024-11-09T14:49:04.235Z (about 2 months ago)
- Language: JavaScript
- Size: 1.24 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ronin-starter
## Getting Started
### Install Dependencies
```console
yarn
```
or
```console
npm install
```### Copy and configure environment variables
```console
cp .env.example .env.dev && cp .env.example .env.prod
```## Starting Development Environment
### Startup MongoDB in Docker Environment
```console
docker-compose up
```### Start development server
```console
yarn dev
```