Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 315 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 315 Bytes

Anleitung - Skalierbare-Systeme Todo-App

Clone the Repository & cd into it

git clone https://github.com/Bekir2000/Skalierbare-Systeme.git
cd Skalierbare-Systeme/

Install the Dependencies

npm install express
npm install sqlite3

Start the Server

node server.js