Skip to content

Latest commit

 

History

History

express-server

Nodejs Express API for Shop System with SQL Database

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.

Installation

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

Usage

To start the server, run:

npm start