eCommerce Backend with TypeScript and Express.js
Server: Node.js, Express
DataBase: MongoDB, Redis
DevOps: Docker, Docker-Compose, Github Actions
in ...
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
To run tests, run the following command
npm run test
To deploy this project run
npm run deploy
Contributions are always welcome!