A node.js based REST-API Backend. It connects to a local mongodb-instance and communicates with socket-io.
- python-based repostiory for autonomous driving roboter -> PREN_HerbE
- vue.js website -> PREN_website
- clone Repository on a server
- init npm project in project-directory
npm init
- install local mongodb instance
- define api-call password in the env. -file
- start Programm by executing the server.js
npm run start