Skip to content

chingu-voyage3/bears-31-api

Repository files navigation

Hemsut API

ToDo: Elevator pitch.

Setup

  1. Clone the repository.
  2. Fetch the dependencies with $ npm install or $ yarn.
  3. Create a PostgreSQL database and update the config file.
  4. Run the migrations with $ npm run migrate:latest.
  5. Start the server with $ npm run dev to watch for file changes during development.

Testing

  • Place unit tests in tests/unit and end to end tests in tests/e2e
  • $ npm test runs all tests
  • $ npm run e2e-tests runs end to end tests
  • $ npm run unit-tests runs unit tests
  • $ npm run tdd runs unit tests in watch mode

Stack

ToDo

Creators