Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/onpaws/odin-server
- Owner: onpaws
- Created: 2019-04-08T19:26:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T18:24:43.000Z (almost 2 years ago)
- Last Synced: 2023-03-30T12:13:09.089Z (over 1 year ago)
- Topics: cookie-management, jwt, nodejs, postgres, prisma2, typeorm
- Language: TypeScript
- Homepage:
- Size: 702 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Odin Server
Backend for Odin### Dependencies:
- Postgres
- TypeScript
- PostGraphileSteps 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.