Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madebaruna/shop-catalog-backend
https://github.com/madebaruna/shop-catalog-backend
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/madebaruna/shop-catalog-backend
- Owner: MadeBaruna
- Created: 2019-07-13T08:57:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T22:15:49.000Z (about 2 years ago)
- Last Synced: 2024-10-27T19:46:55.958Z (3 months ago)
- Language: TypeScript
- Size: 135 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Shop Catalog Backend
A custom backend created with prisma and apollo server## Running
```
git clone https://github.com/MadeBaruna/shop-catalog-backend
cd shop-catalog-backend
yarn global add prisma
yarn
docker-compose up -d
prisma deploy
prisma generate
yarn seed
yarn start
```