Skip to content

Ldablju/overwatch-now-backend

Repository files navigation

Issues MIT License LinkedIn


Logo

Overwatch.NOW API

New project for overwatch community!
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. License
  5. Contact
  6. Acknowledgments

About The Project

Projekt ten został stworzony z myślą o aplikacji z najlepszymi momentami graczy overwatch. Zakładając profil pobierane są dane gracza z api overwatch. Dzięki temu profil użytkownika jest na bieżąco aktualizowany.

Backend został przygotowany do działania, a wszystkie jego możliwości zostały opisane w dokumentacji http://overwatch.server916785.nazwa.pl.

(back to top)

Built With

(back to top)

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
    npm install npm@latest -g

Installation

Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.

  1. Clone the repo
    git clone https://github.com/ldablju/overwatch-now-backend.git
  2. Install NPM packages
    npm install
  3. Create and enter your MongoDB connection in .env
    MONGO_URI = 'YOUR CONNECTIONG URL';
  4. Set your JWT secret key in .env
    TOKEN_KEY = 'YOUR SECRET KEY';
  5. Enter your Battle.net ID and SECRET in .env
    BNET_ID = 'YOUR APP ID';
    BNET_SECRET = 'YOUR APP SECRET KEY';

(back to top)

Usage

You can use this project to create an application for the overwatch game community. The application supports the most important aspects of operation that will meet the requirements of users.

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Alan Adamczyk - @alan-adamczyk - alan.adamczyk45@gmail.com

Project Link: https://github.com/ldablju/overwatch-now-backend

(back to top)

About

It's backend project for community overwatch gamers. You can create profile based on your battle.net profile. Create clips with best moments, like and comment this.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published