Payment Simple 💻

Technologies • Getting Started • API Endpoints •

This project is created to manage market campaigns

💻 Technologies

  • list of all technologies you used
  • Node
  • NestJS
  • PostgreSQL
  • TypeORM
  • Docker

🚀 Getting started

Prerequisites

- Docker - Node

Installation

How to clone your project

git clone https://github.com/vitortcmiranda/campaign-manager-api.git

Then install NPM dependencies

npm i

Create the .env by copying .env.example to new .env

cp .env.example .env

How to start your project

Create and bring up the docker images

docker-compose up -d --build
  docker exec -it postgres_container psql -U postgres -d postgres