You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A REST API for implementing CRUD operations on products and orders. This should not be confused with PayPal
Installation
To install the project, first cd into the root of the project folder.
npm install
To create the database, copy the code in MySQLFiles/schema.sql and run them on an SQL editor like MySQL Workbench.
Environment Variables
To run this project, you will need to add the following environment variables to your .env file which should be added in the root directory of the project