Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/onpaws/odin-server

Token issuing server (access_token & refresh_token)
https://github.com/onpaws/odin-server

cookie-management jwt nodejs postgres prisma2 typeorm

Last synced: 24 days ago
JSON representation

Token issuing server (access_token & refresh_token)

Awesome Lists containing this project

README

        

# Odin Server
Backend for Odin

### Dependencies:
- Postgres
- TypeScript
- PostGraphile

Steps to run this project:
1. Run `yarn` to install deps, also install Postgres
2. `cp .env.example .env`
3. Step through `odin-db-init-postgraphile.sql` and copypasta each piece into `psql`
4. Run `yarn start`

### Commonly needed queries
Consider reviewing the [example](./src/odin-graphql-common-queries.md) queries.