augustinebest / mainstack

An e-commerce API that creates, updates and delete products

Home Page:https://mainstackapp.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node API Task - Mainstack

Description: An e-commerce API that creates, gets, updates and delete products

Introduction

kindly follow the step below to run this project locally on your machine for development process.

NOTE: make sure you're on the root directory

Step 1

Clone the app using git clone command

Step 2

Run the servers using Docker in the docker-compose file

docker compose up

This command spin up the database (Mongo) and the server together. Server runs on port 8900

Alternatively:

Step 1

Install the app after cloning

npm install

Step 2

Run the server

npm run dev

Note: server runs on port 7900

About

An e-commerce API that creates, updates and delete products

https://mainstackapp.herokuapp.com


Languages

Language:TypeScript 95.6%Language:Dockerfile 2.9%Language:Shell 1.4%Language:Procfile 0.2%