
A Social Media app that connects you with other musicians in your area.
Explore the docs »
View Demo · Report Bug · Request Feature
Table of Contents
This social media app is designed to connect you to local musicians in your area for casual jam sessions.
Create an account with a profile picture. Then add a bio and some instruments you play.
Filter all users by area and instrument played. Add some friends and leave them a message.
To get a local copy up and running follow these simple example steps.
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/joewhocodes/no-strings-attached.git
- Install Server && Client NPM packages
cd client && npm install && cd .. && npm install
- Add Environment variables in an .env file in root directory, including MongoDB, JWT and Cloudinary
PORT, MONGO_URI, JWT_SECRET, CLOUD_NAME, API_KEY, API_SECRET
- Run the app
npm run dev
Create an account with the Sign Up page. The app will add the user to MongoDB including a hashed password, and your image will be added to cloudinary with a reference in MongoDB.
Go to the profile page and add a bio and some instruments.
Go to the All Users page and find some users close to you with the location filter. Use the instrument filter to find users that play the instruments your jam is missing!
Add some friends, and leave them a comment.
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
Distributed under the MIT License. See LICENSE.txt
for more information.
Joe Ulyatt - @joewhocodes - [email protected]
Project Link: https://github.com/joewhocodes/no-strings-attached