Skip to content

Asam237/e-commerce-api

Repository files navigation

E-Commerce API

This project contains a minimal start-up for a Node.js e-commerce project using Typescript, ESLint and Prettier.

Prerequisites

  • Node.js 16+
  • Yarn

Installation

  • Create a .env file using the template .env.example
  • Install dependencies
yarn install
  • Start Application
yarn serve

The application will be launched by Nodemon so it's will restart automatically on file change

Test the API with: Postman

Swagger: http://localhost:3010/api-docs/
(Update the port number to match the one in .env)

Authors

This project is maintained by:


Screenshoot

localhost_3010_api-docs_

License

The MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages