This is a simple dummy API that connects to a SQL database and provides a REST API for a shop system. Plug in your Neon Database and get started!
Credits for the fake product data to Fake Store API.
Create a Neon account and run the tables.sql
script in the Neon console to create the database tables.
Add your database credentials to the .env file, then run:
npm install
To start the server, run:
npm start