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!
All contributions welcome, not just code.
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.
NodeJS, Postgres and LinkedIn OAuth
.env.example
to .env
and fill out the parameters.
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 |
http://localhost:3000/api/auth/callback/linkedin
npm ci
from the package lock file (do not use npm install
unless for a specific reason).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
.npm run db:dev:migrate
(for production, use npm run db:prod:migrate
).npm run db:dev:seed
(if you need to reset the database, use npm run db:dev:reset
).npm run dev
.This will allow you to use your favorite IDE without having to install any dependencies on your computer.
Docker and Docker Compose
.env.example
to .env
and fill out the parameters. Please refer to the Environment Variables section.
docker compose up
.localhost:3000
, and you should see the project up and running.Discord http://discord.eddiehub.org