Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/biggaji/0xads

Basic platform ads system server implementation in NodeJs.
https://github.com/biggaji/0xads

ads biggaji graphql nodejs oxwware postgresql prisma

Last synced: about 20 hours ago
JSON representation

Basic platform ads system server implementation in NodeJs.

Awesome Lists containing this project

README

        

# 0xAds

Basic platform Ads server implementation in Node.js.

I built it using TypeScript, GraphQL, PostgresQL, and Prisma.

I used Docker for containalization and deployment.

It handles basic functionalities required to create an Ad such as:

- Creating an Ad campaign
- Fetching Ad campaign(s)
- Updating an Ad campaign
- Deleting an Ad campaign
- Activating and De-activate an Ad campaign
- Authenticating only via [Oxhut](https://github.com/biggaji/0xhut)

I used my [Oxhut](https://github.com/biggaji/0xhut) server to handle authentication and authorization.

![](https://res.cloudinary.com/dahn8uiyc/image/upload/v1701356179/lyirtfsnwrhaax6vhhoz.png)

I will add more notes as I progress. Still under development.

Thank you for stopping by. Happy coding!