danchistyakov / netschool-node

NetSchool Node API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

NetSchool Node API


Languages

Language:HTML 80.6%Language:TypeScript 18.5%Language:JavaScript 0.9%