A platform for developers to connect, collaborate, and create innovative projects together.
CodeNook is a cutting-edge platform designed specifically for developers to connect and collaborate on projects. Whether you are a frontend developer, backend developer, or a full stack engineer, CodeNook provides the perfect environment to find like-minded individuals and work on exciting projects together.
Note
This project is a work in progress.
Download the most recent version of Node.js.
- Clone the repo.
git clone https://github.com/miguelSablan/CodeNook.git
- Install the necessary dependencies.
npm install
- Create .env file in root directory and enter required environment variables
DATABASE_URL=""
NEXTAUTH_SECRET=""
NEXTAUTH_URL=""
GOOGLE_CLIENT_ID=""
GOOGLE_CLIENT_SECRET=""
- Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev