Asam237 / e-commerce-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:TypeScript 98.8%Language:Dockerfile 0.6%Language:JavaScript 0.6%