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.
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
- Location-based user discovery
- Interest matching system
- User profiles
- Real-time chat
- Privacy controls
- MongoDB Database storage functionality
- React
- Nest.js
- MondoDB Compass
- Node.js
Front-end ENV
-
Clone the repository
git clone https://github.com/hacknc-24/findme.git
-
Install dependencies
cd findme npm install -
Run the development enviroment
npm run dev
Back-end ENV
- Clone
https://github.com/hacknc-24/findme-backend.git
- Install dependencies
cd findme-backend
cd backend- Run the development enviroment
npm run start:dev
Development mode:
npm run devProduction build:
npm run build
npm start- iOS integration
- Message persistence
