Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/biggaji/0xads
- Owner: biggaji
- Created: 2023-02-18T09:42:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-01T08:06:33.000Z (11 months ago)
- Last Synced: 2023-12-01T09:27:11.477Z (11 months ago)
- Topics: ads, biggaji, graphql, nodejs, oxwware, postgresql, prisma
- Language: TypeScript
- Homepage: https://oxads.onrender.com/graphql
- Size: 226 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!