Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swipe-Rank

📌 Project Setup Instructions

🚀 Getting Started

1️⃣ Clone the Repository

git clone https://github.com/CollinQ/swiperank.git
cd frontend

2️⃣ Install Dependencies

Make sure you have Node.js and npm installed before proceeding.

npm install

3️⃣ Set Up Environment Variables

  1. Copy env template:
cp backend/.env-template backend/.env
cp frontend/.env-template frontend/.env
  1. Add the required environment variables: See Discord Server for Documentation

4️⃣ Start the Development Server

npm run dev

The app will be available at http://localhost:3000.


🛠 Tech Stack

  • Next.js - React framework for server-side rendering
  • MongoDB - Database for storing user data
  • Go - Backend
  • Tailwind CSS - Styling framework

🎯 Features

  • User authentication (Google, Email/Password)
  • Responsive UI with Tailwind CSS
  • Secure MongoDB database connection
  • Dynamic routing with Next.js
  • API integration with Go

📢 Contributing

  1. Fork the repository
  2. Create a feature branch
git checkout -b feature-name
  1. Commit your changes
git commit -m "Add new feature"
  1. Push to your branch
git push origin feature-name
  1. Submit a pull request 🚀

📄 License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages