git clone https://github.com/CollinQ/swiperank.git
cd frontendMake sure you have Node.js and npm installed before proceeding.
npm install- Copy env template:
cp backend/.env-template backend/.env
cp frontend/.env-template frontend/.env
- Add the required environment variables: See Discord Server for Documentation
npm run devThe app will be available at http://localhost:3000.
- Next.js - React framework for server-side rendering
- MongoDB - Database for storing user data
- Go - Backend
- Tailwind CSS - Styling framework
- User authentication (Google, Email/Password)
- Responsive UI with Tailwind CSS
- Secure MongoDB database connection
- Dynamic routing with Next.js
- API integration with Go
- Fork the repository
- Create a feature branch
git checkout -b feature-name- Commit your changes
git commit -m "Add new feature"- Push to your branch
git push origin feature-name- Submit a pull request 🚀
This project is licensed under the MIT License.