chicoumbetov / server

fullstack react native e commerce backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

drizzle folder is generated after launching command: npm run generate

npm run generate needs drizzle.config.ts, schema.ts files

About

fullstack react native e commerce backend


Languages

Language:TypeScript 100.0%