Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 424 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 424 Bytes

utbyte-dsek

Länken till hemsidan: https://datateknik-lth.github.io/utbyte-dsek/

Develop

Python

The following packages are needed in order to run the scripts:

pip install bson openpyxl

Node.js

This project uses Node.js. To run the server and develop, run the following from root directory to install the requirements in package.json:

npm install --all

Now run the server using nodemon:

npm start