/howto-BE

Primary LanguageJavaScript

How-to Backend Server

This is the backend server for the How-to project.

Technical Design Document

Getting started

Install dependencies:

npm install

Run database migrations:

npx knex migrate:latest

Run database seeds:

npx knex seed:run

Run the tests:

npm test

Start the server:

npm start