Skip to content
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.

Latest commit

 

History

History
30 lines (18 loc) · 798 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 798 Bytes

Dustnet API

This repository holds the backbone of the Dustmap project, our API. It was build apon the feathersjs framework.

This open source project has been generously supported by netidee.

Getting Started

Getting up and running is as easy as 1, 2, 3.

  1. Make sure you have NodeJS and npm installed.

  2. Install your dependencies

    cd path/to/dustnet-api; npm install
    
  3. Start your app

    npm start
    

License

Copyright 2018 Dustmap.org. All rights reserved.

This work is licensed under the terms of the MIT license. For a copy, see https://opensource.org/licenses/MIT.