/testlab-server

A Node.js server that utilizes PostgreSQL and exposes API endpoints for CRUD activity for feature data, as well as storing and retrieving event and user data. Complete with Jest test suite that utilizes SuperTest and has over 90% coverage.

Primary LanguageHTML

To set up database: createdb TestLab (one time) psql -d TestLab < schema.sql