Skip to content

Deployed on Render for free, so please wait a bit to get the Swagger documentation:

Notifications You must be signed in to change notification settings

Yevhenns/pizza-nest

Repository files navigation

Description

Backend for Nostra Pizza with email order confirmations. Orders are sent to the owner's Gmail account. MongoDB stores products and orders from authenticated users. The backend is documented with Swagger for easy API interaction. It’s optimized for scalability and performance, supporting multiple devices and ensuring smooth operation for both users and administrators.

Installation

npm install

Running the app

Copy .env.example, rename it to .env and fill the environment variables.

development

npm run start

watch mode

npm run start:dev

production mode

npm run start:prod

with Docker

docker compose up --build

Open localhost 3000/api

About

Deployed on Render for free, so please wait a bit to get the Swagger documentation:

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published