Skip to content
This repository has been archived by the owner on Jul 13, 2024. It is now read-only.

chatman-media/team-trade-api

Repository files navigation

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.

NPM Version Package License NPM Downloads Travis Linux Coverage Gitter Backers on Open Collective Sponsors on Open Collective

Installation

$ npm install

Project setup

Install dependencies, create postgres database and add .env file:

PORT=4000
SECRET='XXXX'
DATABASE_HOST='localhost'
DATABASE_USERNAME='XXXX'
DATABASE_PASSWORD='XXXX'
DATABASE_NAME='XXXX'

Login

mutation login($info: GoogleWebLogin!) {
  login(info: $info) {
    email,
    userId,
    token
  }
}
{
  "info": { 
    "accessToken": "eeee",
    "googleId": "333",
    "tokenId": "RE",
    "profileObj": {
      "googleId": "11111",
      "imageUrl": "https://lh3.googleusercontent.com/a-/783",
      "email": "farvistadw@gmail.com",
      "name": "Alexander Kireev",
      "givenName": "Alexander",
      "familyName": "Kireev"
    }
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published