Live Site Link: https://pc-builder-orpin.vercel.app/
Live Server Link: https://pc-builder-server-black.vercel.app/products
GitHub Client Repo: https://github.com/shahidmonowarr/nextjs-pc-builder-app
GitHub Server Repo: https://github.com/shahidmonowarr/nextjs-pc-builder-server
- User can login with github authentication system
- In PC Builder page user can select pc parts and build a PC
- Site is responsive for desktop & mobile device
- State management by react redux
Pre requirement - Must have nodejs install in your system
- First clone both client and server project from github
- Install all dependencies for both project by - npm install
- After installing all dependencies create a .env file in both project
- Copy all data from .env.example file and paste it in .env file
- Start both project by - npm run dev
Client .env example:-
- GITHUB_ID=replace_by_your_credentials
- GITHUB_SECRET=replace_by_your_credentials
- NEXTAUTH_SECRET=replace_by_your_credentials
- NEXTAUTH_URL=local_site_url/production_site_url