Skip to content

blakes24/teacherlab-backend

Repository files navigation

Education Backend

Setup

  • Clone the repository and run npm install to install dependencies
  • If necessary, install PostgreSQL
  • Use the command createdb education to create the database then psql < data.sql to create the tables
  • npm start to start the server

Tests

  • createdb edu_test to create test database
  • npm test to run tests