Technologies • Getting Started • API Endpoints •
This project is created to manage market campaigns
- list of all technologies you used
- Node
- NestJS
- PostgreSQL
- TypeORM
- Docker
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
Create and bring up the docker images
docker-compose up -d --build
docker exec -it postgres_container psql -U postgres -d postgres