https://github.com/eddiehubcommunity/creatorsregistry
A place for Creators to get paid for their content 💰. Companies don't only look for big influencers but also micro influencers. Join the platform and let them find you!
https://github.com/eddiehubcommunity/creatorsregistry
content-creators creators-economy nextjs nodejs postgres prisma
Last synced: about 1 year ago
JSON representation
A place for Creators to get paid for their content 💰. Companies don't only look for big influencers but also micro influencers. Join the platform and let them find you!
- Host: GitHub
- URL: https://github.com/eddiehubcommunity/creatorsregistry
- Owner: EddieHubCommunity
- License: mit
- Archived: true
- Created: 2024-05-27T08:08:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T18:05:06.000Z (almost 2 years ago)
- Last Synced: 2025-05-07T09:56:30.430Z (about 1 year ago)
- Topics: content-creators, creators-economy, nextjs, nodejs, postgres, prisma
- Language: JavaScript
- Homepage: https://creators.eddiehub.org
- Size: 651 KB
- Stars: 41
- Watchers: 1
- Forks: 25
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
#
Creators Registry
A place for Creators to get paid for their content 💰. Companies don't only look for big influencers but also micro influencers. Join the platform and let them find you!

## Getting Started
All contributions welcome, not just code.
### Technologies
- NextJS (AppRouter)
- Prisma
- Postgres
- LinkedIn OAuth
### Local development
This environment is fully on your computer and requires each dependency to be installed and set up, but it gives you the most flexibility for customisation.
#### Prerequisites
NodeJS, Postgres and LinkedIn OAuth
1. Copy `.env.example` to `.env` and fill out the parameters.
- For LinkedIn parameters, create a developer app [here](https://developer.linkedin.com).
#### Environment Variables
| ENVIRONMENT VARIABLE | EXAMPLE VALUE | DESCRIPTION |
| :--------------------- | :--------------------------------------------------------------------- | :------------------------------------------ |
| DATABASE_URL | postgresql://postgres:password@localhost:5432/contentcreator?schema=public | Connection url to your Postgres database |
| NEXTAUTH_URL | http://localhost:3000 | Url to your app |
| NEXTAUTH_SECRET | abcdefg | Random string |
| LINKEDIN_CLIENT_ID | abcd1234efgh5678 | This is generated by the LinkedIn OAuth app |
| LINKEDIN_CLIENT_SECRET | WER.asdflkjlkj234ljljjhg.asdf324jhghjg== | This is generated by the LinkedIn OAuth app |
LinkedIn OAuth Details (click to expand)
Authorized redirect URLs for your app http://localhost:3000/api/auth/callback/linkedin

1. Install the dependencies using `npm ci` from the package lock file (do not use `npm install` unless for a specific reason).
2. Ensure your Postgres server is running on `localhost:5432` with the default username and `POSTGRES_PASSWORD` set as `password`. To start a Postgres server using Docker and Compose, use `docker compose -f postgres.compose.yaml up`.
3. Create the database tables by running `npm run db:dev:migrate` (for production, use `npm run db:prod:migrate`).
4. Seed the database by inserting example data with `npm run db:dev:seed` (if you need to reset the database, use `npm run db:dev:reset`).
5. Start the local development server with `npm run dev`.
### Local Development with Docker Compose
This will allow you to use your favorite IDE without having to install any dependencies on your computer.
#### Prerequisites
Docker and Docker Compose
1. Clone the repository and navigate to the root of the directory.
2. Copy `.env.example` to `.env` and fill out the parameters. Please refer to the [Environment Variables](#environment-variables) section.
- For LinkedIn parameters, create a developer app [here](https://developer.linkedin.com).
- There is no need to change the Postgres URL as it's already set in the [compose.yaml](compose.yaml) file.
3. Run `docker compose up`.
4. In your browser, go to `localhost:3000`, and you should see the project up and running.
## Join the EddieHub community
Discord http://discord.eddiehub.org