This is the backend server for the How-to project.
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
This is the backend server for the How-to project.
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