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

https://github.com/zeroidentidad/au2-basic-ecommerce

Aurelia 2 basic ecommerce and simple Node Rest API
https://github.com/zeroidentidad/au2-basic-ecommerce

aurelia2 javascript typescript

Last synced: 10 months ago
JSON representation

Aurelia 2 basic ecommerce and simple Node Rest API

Awesome Lists containing this project

README

          

# au2-basic-ecommerce template

Aurelia 2 basic web ecommerce & simple Node Rest API

# Web

Aurelia 2 need node version >= 14.x

- `yarn install` or `npm install` the dependencies
- `yarn start` or `au2 start` to run the dev server
- The web will be running on port `9000` at http://localhost:9000

# API

- `yarn install` or `npm install` the dependencies
- `yarn start` or `npm run start` to run the dev server
- The API will be running on port `3002` at http://localhost:3002