- Clone the repository and run
npm install
to install dependencies - If necessary, install PostgreSQL
- Use the command
createdb education
to create the database thenpsql < data.sql
to create the tables npm start
to start the server
createdb edu_test
to create test databasenpm test
to run tests