This is a small backend that accompanies the frontend code discussed part 4 of a series of blog posts on Neighbourhoodie’s blog. Step four is the first step in the series that requires a backend, so the tags in this repo start with step-4
.
You have currently checked out the code for step-4
$ npm i
$ npm run dev
This will start the backend at http://localhost:8000
.