CodersCamp2021 / team-lp-project-3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodersCamp 2021 - Team: Łukasz Powązka

Project 3: Node.js

Mentor: Łukasz Powązka

Team members:

API usage

Introduction

Welcome to our API documentation. Here you can find all endpoints we provide, described in detail so that you can quickly and easily find what you need.

HTTP status codes summary

  • 400 - your request is incorrect, probably you have passed inproper argument. Check them out and try again.
  • 404 - not found, you are trying to reach resource that does not exist.
  • 500 - internal server error, let us know, we are probably already working on it.

Deploy

We have deployed our API using Heroku platform and it is available at https://team-lp-project-3.herokuapp.com/games. Make sure you are using correct endpoints.

Data

To access some data you need to be logged in. After registeration and each login, the user gets created session ID (stored in cookies) that is maintained for 1 day.

Docs

Here you can find all necessary things you need to now before using our API. Check out:

About


Languages

Language:JavaScript 100.0%