Source code for the https://coderpal.dev, a website to find partners for coding projects.
The project uses Next.js, NextAuth for authentication, and MongoDB for the database. For installation:
git clone https://github.com/takavor/coderpal.git
cd coderpal
cp .env.example .env
Fill out the environment variables. Then, run the development server:
npm run dev
Contributions and PRs are welcome. Feel free to make suggestions or open issues if you encounter any bugs.