/netschool-node

NetSchool Node API

Primary LanguageHTML

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