Social media has done so much to bring people together, but it is missing an integral part that allows people to make meaningful, genuine connections. According to Myers Briggs, personality compatability is what lays the foundation for meaninful relationships. Connexion is a social media platform, in it's infancy, that matches users based on their personality type and ranks them by the hobbies they have in common. Unlike traditional social media platforms, users can only see other users that they have matched with. This does away with the issue of "friend collecting".
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
Connexion is a social media platform in it's infancy. Connexion matches users based on the Myers Briggs personality compatability model and ranks tham
by common hobbies/interest. A user can only see and interact with users that they have matched with, doing away with the issue of "friend collecting" that we so often see on today's popular social media platforms. Connexion's aim is to give users the ability to make new and meaningful connections with
people similar to themselves.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
- Use an Amazon AWS account.
- Install AWS CLI. Documentation
- Install AWS SAM CLI. Documentation
- Install NodeJS to run the npm commands below.
- For Windows / WSL users:
curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash - &&\
sudo apt-get install -y nodejs
- For Mac users:
brew install node
- Build the Java code:
sam build
- Create an S3 bucket:
aws s3 mb s3://YOUR_BUCKET
- Deploy the SAM template:
sam deploy --s3-bucket BUCKET_FROM_ABOVE --parameter-overrides S3Bucket=BUCKET_FROM_ABOVE FrontendDeployment=local
NOTE: Yes you have to provide the same S3 bucket name twice. Yes this is annoying.
- Run the local API:
sam local start-api --warm-containers LAZY
- CD into the web directory:
cd web
- Install dependencies :
npm install
- Run the local server:
npm run run-local
After the steps above, you will have a server running on port 8000
- you can access it via http://localhost:8000 in your web browser.
- Clone the repo
git clone https://github.com/Cyber-Scythe/DigitalNomad.git
- Install NPM packages
npm install
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
For more examples, please refer to the Documentation
- Feature 1
- Feature 2
- Feature 3
- Nested Feature
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Erika Smith: erikadaniellesmith@gmail.com