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

https://github.com/mohabmohamed/crafty-shop

An e-commerce web APIs for handcrafted stuff
https://github.com/mohabmohamed/crafty-shop

ecommerce expressjs nodejs postgresql

Last synced: 3 months ago
JSON representation

An e-commerce web APIs for handcrafted stuff

Awesome Lists containing this project

README

          

# Crafty-shop

[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

An e-commerce Backend APIs for selling hand crafted items.

## Getting Started

To get you a copy of the production version of the project up and running on your local machine run:

```shell script
docker-compose up -d --force-recreate
```

## Database Design

![Crafty-shop database scheme](./screenshoots/dbScheme.png "Crafty-shop database scheme")

## Contribution

check [contribution guide](./CONTRIBUTION.md)