This is a REST API that is used to power e-commerce storefront UI.
Clone the project
git clone https://github.com/DGCP3/Storefront-API.git
Docker-compose
docker-compose up
Go to the project directory
cd Storefront-API
Install dependencies
npm install
Start the server
npm run dev
Start server in production mode
npm run build
npm run start
Port | Description |
---|---|
3000 | API |
5432 | Postgres |
8080 | pgadmin |