Skip to content

samuel-marques-antunes/js-pagination-sandbox

Repository files navigation

Setup

  1. Copy the .env.example file to .env:
    cp .env.example .env
  2. Open the .env file and update the values as needed.
  3. Execute the following command to create and run the PostgreSQL database container:
    docker-compose -f docker_compose_postgres.yml up
  4. Run the command below to install project dependencies:
 npm install
  1. Run the command below to seed the database:
 npm run seed
  1. Run the command below to start the Node.js backend:
    npm run start

Test APIs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published