8000 GitHub - Yuval207/E-commerceApi
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Yuval207/E-commerceApi

Repository files navigation

E-commerce API

Installation

Install npm packages

npm install

Setup

  1. Copy .env.example to .env
  2. Update the DATABASE_URL in the .env file with your PostgreSQL connection details
DATABASE_URL="postgresql://<your_username>:<your_password>@localhost:<your_port>/<your_db_name>?schema=public"

Swagger Documentation

The API is documented using Swagger. You can view the API documentation by visiting http://localhost:3000/api-docs in your browser.

Testing

For testing purposes dummy database can be used.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0