Code Monkey home page Code Monkey logo

azurlaneapi's Introduction

Endpoints

Factions

Method Endpoint Implementation
Get /factions
Get /factions/:id
Get /factions/name/:name
Post /factions
Put /factions/:id
Delete /factions/:id

Ships

Method Endpoint Implementation
Get /ships
Get /ships/:id
Get /ships/name/:name
Get /ships/minimal
Post /ships
Put /ships/:id
Delete /ships/:id

Ship Types

Method Endpoint Implementation
Get /shiptypes
Get /shiptypes:id
Get /shiptypes/name/:name
Post /shiptypes
Put /shiptypes/:id
Delete /shiptypes/:id

Ship Type Subclasses

Method Endpoint Implementation
Get /shiptypesubclasses
Get /shiptypesubclasses/:id
Get /shiptypesubclasses/name/:name
Post /shiptypesubclasses
Put /shiptypesubclasses/:id
Delete /shiptypesubclasses/:id

Enum Information

Method Endpoint Implementation
Get /enum/armor
Get /enum/rarity

Auth

Method Endpoint Implementation
Post /auth/login
Post /auth/refresh
Post /auth/register

Roadmap

Scraping

  • Ship Data
    • Names
      • English
      • Chinese
      • Japanese
    • Construction Time
    • Rarity
    • Classification (ShipType)
    • Faction
    • Class (Subclass)
    • Statistics
      • Base Stats
      • Level 100 Stats
      • Level 120 Stats
      • Level 125 Stats
    • Thumbnail Image
  • Ship Types
    • Name
    • Description
    • Subclasses
      • Name
      • Description
  • Factions
    • Name
    • Description
    • Image Url
    • Prefix

Rendering

  • Ship HTML Template Render
    • Template
    • Styling
  • Ship Type HTML Template Render
    • Template
    • Styling
  • Ship Type Subclass HTML Template Render
    • Template
    • Styling
  • Faction HTML Template Render
    • Template
    • Styling

Possibly in future

These are features, routes, etcetera that might be implemented later on. If you have any ideas feel free to email me them or create an issue for it. I will show it here if it sounds good 😊

  • Loading ship skins
  • Loading equipment
  • Loading events

Development Environment

Docker Environment File

The docker-compose.yml file will look for a file called .env for all environment variables. Here is an example of what the .env file contents look like at this moment.

CONNECTION_STRING=Server=azurlaneapi-db;Database=azurlaneapi;User=root
ASPNETCORE_Environment=Development
SIGNING_KEY=MySuperSecretSigningKey
ADMIN_PASSWORD=SuperSecretPa$$w0Rd

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.