Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 706 Bytes

README.md

File metadata and controls

50 lines (33 loc) · 706 Bytes

Shopping Cart API

A rest api built with express, knex and postresql.

Frontend

React app

TODO

  • - Implement authentication.

Requirements

Getting Started

1. Clone Project

git clone https://github.com/pratikmane1299/shooping-cart-api.git

2. Install Dependencies

cd shopping-cart-api
npm install

3. Setting Environment Variables

Create .env file in root of project with below variables and add your values.

PORT=
DB_PORT=
DB_HOST=
DB_NAME=
DB_USER=
DB_PASSWORD=
ADMINER_PORT=

4. Running the project

docker-compose up