Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 606 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 606 Bytes

PREN_restAPI

A node.js based REST-API Backend. It connects to a local mongodb-instance and communicates with socket-io.

Linked code to this project:


How to use code

  1. clone Repository on a server
  2. init npm project in project-directory
npm init
  1. install local mongodb instance
  2. define api-call password in the env. -file
  3. start Programm by executing the server.js
npm run start