This is a Golang application for managing campaigns, channels, and ads.
- User authentication and authorization
- Create, read, update, and delete campaigns, channels, and ads
- View performance metrics for campaigns, channels, and ads
- Integration with third-party data sources
-
Clone this repository.
-
Install Golang and PostgreSQL on your local machine.
-
Create a PostgreSQL database for this application.
-
Copy the .env.example file to .env and update the variables to match your environment.
-
Run the following commands to install dependencies and start the application:
cd cmd/app && go run main.go