New project for overwatch community!
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
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
.
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.
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
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.
- Clone the repo
git clone https://github.com/ldablju/overwatch-now-backend.git
- Install NPM packages
npm install
- Create and enter your MongoDB connection in
.env
MONGO_URI = 'YOUR CONNECTIONG URL';
- Set your JWT secret key in
.env
TOKEN_KEY = 'YOUR SECRET KEY';
- Enter your Battle.net ID and SECRET in
.env
BNET_ID = 'YOUR APP ID'; BNET_SECRET = 'YOUR APP SECRET KEY';
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.
Distributed under the MIT License. See LICENSE.txt
for more information.
Alan Adamczyk - @alan-adamczyk - alan.adamczyk45@gmail.com
Project Link: https://github.com/ldablju/overwatch-now-backend