Code Monkey home page Code Monkey logo

socialseed's Introduction

Social Seed - Build Your Own Social Network with Spring Boot, Neo4j, and Vue.js

Welcome to Social Seed, a versatile social network seed project built with Spring Boot, Neo4j, and Vue.js. This project serves as a foundation that allows anyone to cultivate and customize their unique social network.

Project Overview

Social Seed provides a solid starting point for creating a personalized social network using the powerful combination of Spring Boot for the backend, Neo4j as the graph database, and Vue.js for the frontend. Whether you're building a community for a specific interest, a niche group, or just your friends, this seed project empowers you to shape and expand your social platform.

Key Features

  • Flexible Architecture: Built with Spring Boot, Neo4j, and Vue.js, the project offers a flexible and modern stack for customization.
  • Community Building: Create and nurture your community tailored to your specific interests or audience.
  • Scalable: Easily scale your social network as your community grows.
  • Open-Source: Being open-source, it encourages collaboration and contributions.

DevBlog #1

Dev.Blog.1.1280.720p.mp4

This is the Graph Data Model used for the project

This is the Graph Data Model used for the project

Customization

This project is designed to be easily customizable. Personalize it by adding features, modifying the user interface, or integrating additional technologies to meet your unique requirements.

Contributions

Contributions are encouraged! Whether it's adding new features, fixing bugs, or enhancing documentation, your contributions help make Social Seed better for everyone.

Contact

Thanks for choosing Social Seed as the starting point for your social network journey! We look forward to seeing the incredible Social Network that you will build.


Note: This README will be updated as the project progresses, currently everything I want to achieve is reflected here and where I am going can be seen in the code.

Si quieres levantar el proyecto con los datos de prueba generados por el fake graph entonces ejecuta este comando: in linux o gitbash: GENERATE_FAKE_GRAPH=true docker-compose up --build fake-graph

in windows terminal: $env:GENERATE_FAKE_GRAPH="true" ; docker-compose up --build fake-graph


I extend my sincere gratitude to JetBrains for generously providing me with their licenses for open source projects to work with their software, which has allowed for faster and more comfortable development.

JetBrains logo support

socialseed's People

Contributors

daironpf avatar eyero1982 avatar robe-codelightdev avatar yoannchaudet avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

eyero1982

socialseed's Issues

Neo4j Import folder shared between services in docker

Hi, When I am setting up the docker-compose I find myself stuck in a problem.
I have my backend service in springboot
I have my neo4j service
and I have a python service that generates a fake graph for me.

The service that generates the fake graph works as follows:
For each action block (create users, create friends, ...) first create the datasets in .csv files (in a folder called temp) and then import them into neo4j.

So my problem is how do I ensure that neo4j, in its import folder, receives the files that are being dynamically created in the temp folder of the fake_graph service.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.