This repo includes:
/api/v1/fruits
)server/db/fruits.js
)client/apis/fruits.js
)See the instructions here to use Github's feature to create a new repo from a template.
git clone https://github.com/dev-academy-challenges/boilerplate-fullstack [your-project-name]
cd [your-project-name]
npm install # to install dependencies
npm run dev # to start the dev server
You can find the server running on http://localhost:3000 and the client running on http://localhost:5173.