Giter VIP home page Giter VIP logo

mpu-cloud-server's Introduction

MPU Cloud Server

A web server to organize storage for user's 3D-models and their additional data. Supports group storages.

Features

All features below can be tested with Postman by using premade collection and enviroment.

  • GET, POST, PUT, DELETE requests via Express.
  • SQLite database.
  • JWT authentication.
  • Config file to change certain settings.
  • External GLTF-converter by Andrey Arhipov via HTTP.
  • All this Web API are utilized by Vsevolod Kochnev's browser app.

Setup

  • Install Node.js.
  • Make sure your CLI can handle node and npm commands.
  • Run npm ci to install dependencies.

Debug

Run npm start.

Deploy

If you just need to run it somewhere with Node.js:

  • Run npm build.
  • Run node dist/index.js.

If you have access to web-client and want to bundle everything to one executable file (works fine on Node 14):

  • Run npm i pkg -g (put sudo before it if you are on macOS or Linux).
  • Install Python 3.
  • Make sure your CLI can handle python or python3 command.
  • Run python build.py --os=win --arch=x64 to build for Windows x64.

Additional args for python script:

  • --os can also handle macos or linux.
  • arch can also handle x86.

mpu-cloud-server's People

Contributors

besedinalex avatar sevochka avatar mrnexeon avatar jastot avatar topgreen avatar caputan avatar

Watchers

James Cloos avatar  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.