A simple Express-based API that serves and adds product data.
- Push this project to a GitHub repo.
- Create a new Web Service on Render.
- Connect your repo and choose Node as runtime.
- Render will automatically install dependencies and run
npm start.
The app listens on process.env.PORT (Render automatically assigns one).