Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 562 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 562 Bytes

NetSchool Node API

There is this NetSchool school management service with its awful UX. I had to use one and being an engineer I immediately saw a "challenge" to make it better. Unfortunately, there is no API. Before I could dive into UI and other tool development I had to build an API. Thus this repository.

Running the tests

You should create .env file in repository root containing 3 keys:

NETSCHOOL_URL=
NETSCHOOL_USER=
NETSCHOOL_PASSWORD=

and run the tests:

lerna run test