Skip to content

alirezanqp/shop-backend

Repository files navigation

Shop Backend

eCommerce Backend with TypeScript and Express.js

Tech Stack

Server: Node.js, Express

DataBase: MongoDB, Redis

DevOps: Docker, Docker-Compose, Github Actions

Features

in ...

Run Locally

Clone the project

  git clone https://github.com/alirezanqp/shop-backend.git

Go to the project directory

  cd shop-backend

Install dependencies

  npm install

Start the server

  npm run start

Documentation

http://localhost:{port}/api-docs/

Running Tests

To run tests, run the following command

  npm run test

Deployment

To deploy this project run

  npm run deploy

Contributing

Contributions are always welcome!