The platform for Hackers 👨🏻💻 👾 👩🏻💻 Dont give yourself a hard time with team and resource management during Hackathons. Move your assets to the Hackshare and be free of clutersome apps you depend on.
- User Authentication
- Team Management
- Resource Sharing - [ images , documents , code snippets , links ]
- Discuss Section powered by AI
- Community Wall
- GitHub Repository Integration
- Link Multiple Repositories to Teams
- View Recent Commits and Pull Requests
** Frontend📱⚛️ :** NextJs , Tailwind , TypeScript , NextUI Server 🖥🤖 : Node, Express , MongoDB , JWT , OAUTH 2.0 , Gemini AI , Cloudinary , Socket.io
NEXT_PUBLIC_BACKEND_URL=http://localhost:8000/
GEMINI_API_KEY=
Here are the steps you need to follow to install the dependencies.
- clone the repository.
git clone https://github.com/ankur020/Hackshare-frontend
- After that cd into the frontend directory then run this command to install all the dependencies
npm install
or
yarn install
- Now run this command to start the developement server
npm run dev
or
yarn dev
