Skip to content

Commit

Permalink
Set up project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-c committed Feb 11, 2020
1 parent f7e3766 commit c585e18
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
# OpenMTS
A material tracking system for the plastics industry.

A material tracking system for the plastics industry. Built for the [Institute of Plastics Processing in Industry and the Skilled Crafts](https://www.ikv-aachen.de/) (IKV) during the author's Master's thesis.

## Project Structure

The [mts-backend](./mts-backend) directory contains the .NET Core backend service of OpenMTS.

The [mts-frontend](./mts-frontend) directory contains the Vue.js frontend of OpenMTS.

The [mts-iot-apps](./mts-iot-apps) directory contains IoT apps that use the OpenMTS backend API and have been built to simplify processes at the IKV.

The [docs](./docs) directory contains the API documentation of the OpenMTS backend.
Empty file added docs/.gitkeep
Empty file.
Empty file added mts-backend/.gitkeep
Empty file.
Empty file added mts-frontend/.gitkeep
Empty file.
Empty file added mts-iot-apps/.gitkeep
Empty file.

0 comments on commit c585e18

Please sign in to comment.