/node-api

Node.js shopping API

Primary LanguageJavaScript

Node.js Shopping API

Node.js API that simulates a shopping system with users, orders and products

How to Run

  1. Install project dependencies
npm install
  1. Install and configure MySQL. Use this schema

  2. Create the environment variables (.env file)

  3. Run the app with nodemon

npm start

Technology Stacks

  • JavaScript
  • Express
  • MySQL