An open API service indexing awesome lists of open source software.

https://github.com/51fe/shop-api

REST API for shopping-cart projects API
https://github.com/51fe/shop-api

demo express mongoose nodejs prisma restful-api shop-api

Last synced: 3 months ago
JSON representation

REST API for shopping-cart projects API

Awesome Lists containing this project

README

          

# Shop API

> REST API project (Express + Postgres + Prisma) for:
* [Vue shop](https://github.com/51fe/vue-shop)
* [Reace shop](https://github.com/51fe/react-shop)
* [RN shop](https://github.com/51fe/rn-shop)

## Build Setup
``` bash

# install dependencies
npm install

# serve at localhost:3000
npm start

# introsect prisma schema

npx prisma db pull

# generate prisma client

npx prisma migrate dev --name init

```

For a detailed explanation on how things work, check out the [docs for Express](https://expressjs.com/) and [docs for Prisma](https://www.prisma.io/docs).