This repository provides a foundation for Heinz 95729 E-Commerce Tech course projects that include APIs, and/or web apps.
- Make sure you have NodeJS installed
- Make sure you have MongoDB installed and running
Also see the API README
$ cd api
$ npm install
$ npm run seed # first time, or any time you change the seed data
$ npm run dev
Navigate to http://localhost:3000 to see the documentation
Also see the web README
$ cd web
$ npm install
$ npm run dev
Navigate to http://localhost:3001 to see the app
$ cd cui
$ npm install
$ npm start