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

https://github.com/carloshenryck/store-manager

📦 REST API to manage a store's sales and products
https://github.com/carloshenryck/store-manager

express msc nodejs

Last synced: 3 months ago
JSON representation

📦 REST API to manage a store's sales and products

Awesome Lists containing this project

README

          


store-manager


A project developed at Trybe's Back-End Module

## 📋 About
REST API to manage a store's sales and products

## ✨ Functionalities
- product CRUD
- sales CRUD

## 💻 Technologies
![NodeJS](https://img.shields.io/badge/Node.js-43853D?style=for-the-badge&logo=node.js&logoColor=white)
![ExpressJS](https://img.shields.io/badge/Express.js-black?style=for-the-badge&logo=express)

## 🧠 What I learned
In this project I learned how to create an REST API using the **model-service-controller(MSC)** architecture