Skip to content

iZarrios/store-api

Repository files navigation

What is this repository?

This is a RESTful API for a store using nodejs, mongdodb and express as well as other useful tools which I am exploring while learning back-end development.

Getting Started

  • install all project dependencies with npm install
  • start the development server with npm start OR yarn start

Project Tree Structure

   ├── index.js
   ├── loadMockData.js
   ├── package-lock.json
   ├── package.json
   ├── README.md
   ├── controllers
   │   └── products.js
   ├── db
   │   └── connect.js
   ├── middleware
   │   ├── error-handling.js
   │   └── not-found.js
   ├── models
   │   └── Product.js
   └── routes
       └── products.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published