Coder Social home page Coder Social logo

adminservice's Introduction

AdminService Alpha 0.1

Master Develop
Build Status Build Status

Intro

Admin service is a dashboard for admins and moderators of the project thep0ng.io to manage teams, connections of configs and game session in real time.

For now, the dashboard is a basic ASP.NET Core MVC application with no database on side. All of the data is pulled from the Storage Service via REST API. However, it is in plans to implement SPA on side and have small MongoDB database for storing users with roles.

Tech Stack:

  • ASP.NET Core 3.1 MVC
  • Newtonsoft.JSON
  • REST API
  • Serilog

Setup

Upstream API Address Setup

Please set the correct ServerAddress in appSettings.json before running the web app.

"ServerAddress":{
    "StorageServerAddress": "http://<your-upstream-storage-server>:<port>"
  }

Contribution

All developers are always welcome to contribute to the project and open issues and pull-requests with appropriate messages.

License

The code is licensed under the GNU General Public License v2.0

Copyright © 2013-2018 Serilog Contributors

Licensed under Apache License 2.0

adminservice's People

Contributors

n0ne1eft avatar skymanone avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.