To get started, open the console and install the packages:
npm install
You will also need to create and seed the database:
npm run seed
Then, to start the server:
npm run start-dev
You can access the API at http://localhost:8080/api/ducks (or whatever endpoints you're building 🦆)