Skip to content

Hakamate/eCommerce-Strapi-API

Repository files navigation

eCommerce-Strapi-API

eCommerce-Strapi-API is an prototype API made by CMS to create e-commerce API

This project is used to my frontend prototype eCommerce-Strapi-API-NuxtConsumer.

Features

Products Features

Feature Coded Description
Add Product Add a Product on DataBase
List Products Listing all Products
Edit Product Editing a Product to change values
Delete Product Removing a Product from Database

User Features

Feature Coded? Description
Login Allow User to be connected
LogOut Allow User to be disconnected
Register Allow Guest to create an Account
Rules Allow specific actions for specific Users

Technologies

  • Strapi (NodeJS CMS --> Backend)
  • Postgre SQL (SGBDR)

How to build setup

# docker up to use db locally
$ docker-compose up -d
# install dependencies
$ yarn install

# serve at localhost:1337
$ yarn develop

About

Prototype API made by CMS to create e-commerce API

Resources

Stars

Watchers

Forks