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 https://crud-backend-weld-seven.vercel.app/api/ducks (or whatever endpoints you're building 🦆)