Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/infinity-boi/synergy-link
Synergy Link is a chat platform that goes beyond random connections. Our platform uses the MBTI personality assessment and goal setting tools to connect you with individuals who share your personality type and aspirations, fostering friendships, collaborations, and a supportive network.
https://github.com/infinity-boi/synergy-link
backend frontend json jwt mongodb nodejs react website
Last synced: about 17 hours ago
JSON representation
Synergy Link is a chat platform that goes beyond random connections. Our platform uses the MBTI personality assessment and goal setting tools to connect you with individuals who share your personality type and aspirations, fostering friendships, collaborations, and a supportive network.
- Host: GitHub
- URL: https://github.com/infinity-boi/synergy-link
- Owner: infinity-boi
- Created: 2024-05-02T14:56:11.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-09-15T14:32:11.000Z (2 months ago)
- Last Synced: 2024-09-15T15:48:10.430Z (2 months ago)
- Topics: backend, frontend, json, jwt, mongodb, nodejs, react, website
- Language: JavaScript
- Homepage: https://synergy-link.onrender.com
- Size: 12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Synergy Link : A website built using MERN
Synergy Link is a chat platform that goes beyond random connections. Our platform uses the MBTI personality assessment and goal setting tools to connect you with individuals who share your personality type and aspirations, fostering friendships, collaborations, and a supportive network.
### Tech Stack Used
> MongoDB.
> Expressjs.
> React.
> Vite.
> Nodejs.
> Tailwindcss.
> cors, bcrypt, mongoose, dotenv, jwt, etc.### How to Run this Project
- Install all the dependencies : npm install
- Configure the backend: change the DB_URL, secret_key from .env and connectToDB file
- Build the project : npm run build --prefix frontend
- Run the server : @synergy-link > node backend/server.js
- Run the client : @synergy-link/frontend > npm run dev
- Yo! You are good to go