Skip to content

hacknc-24/findme

Repository files navigation

FindMe

image

Heroku deployment: https://findme-63aedeb3313d.herokuapp.com/ Will be moved to findmeapp.tech

A location-based social networking app that helps you discover and connect with people nearby who share your interests.

Description

FindMe matches users based on their location and common interests. The app helps you find local connections for activities, hobbies, or just making new friends who share your passions. Backend: https://github.com/hacknc-24/findme-backend.git

Features in Development

  • Location-based user discovery
  • Interest matching system
  • User profiles
  • Real-time chat
  • Privacy controls
  • MongoDB Database storage functionality

Tech Stack

  • React
  • Nest.js
  • MondoDB Compass
  • Node.js

Getting Started

Front-end ENV

  1. Clone the repository

    git clone https://github.com/hacknc-24/findme.git
  2. Install dependencies

    cd findme
    npm install
  3. Run the development enviroment

    npm run dev
    

Back-end ENV

  1. Clone
    https://github.com/hacknc-24/findme-backend.git
    
  1. Install dependencies
cd  findme-backend
cd backend
  1. Run the development enviroment
    npm run start:dev

Running the App

Development mode:

npm run dev

Production build:

npm run build
npm start

Coming Soon

  • iOS integration
  • Message persistence

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6