To get started, open your terminal and install the packages:
npm install
Then, to start the server in development mode:
npm run start-dev
You will also need to create and seed the database:
npm run seed
You can test that you're connected to the database by visiting http://localhost:8080/api/test-db