PeerPush is a developer social platform where developers' code is reviewed.
First you should fork repository.
Clone the project to your local computer:
# Download Repository
git clone https://github.com/eraycetinx/PeerPush.git
# Move into repository
cd PeerPushInstall dependencies.
npm installDuplicate .env.example files and rename them as .env.
Move to db/ folder.
cd dbGenerate artifacts. (e.g. Prisma Client)
npm run prisma:generateMake a Prisma migration.
npm run prisma:migrate