seniorkot / Spring-Data-NoSQL-Repository

Simple code storing service using Spring Data & Spring Security with MongoDB, Cassandra and Neo4j together.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring-Data-NoSQL-Repository

This project uses Spring Data & Spring Security with MongoDB, Apache Cassandra & Neo4j to organize simple service of code storing (like GitHub).

Before running

Install:

  • JRE 8
  • Python v.2.7
  • MongoDB
  • Apache Cassandra
  • Neo4j

Running

  • Package project into jar file via Maven: mvn package
  • Run as usual java application: java -jar sdb-rep-1.0.jar

Available features

  • Sign In / Sign Up
  • Get & edit profile information
  • Create new projects & edit its information
  • Adding collaborators to existing projects
  • Making commits to existing projects
  • Viewing code & commits history

About

Simple code storing service using Spring Data & Spring Security with MongoDB, Cassandra and Neo4j together.

License:MIT License


Languages

Language:Java 100.0%