Code Monkey home page Code Monkey logo

binobo's Introduction

Bionic Robotic-Arm: Binobo

Copyright (C) 2021 Dominik Lovetinsky, Philipp Maschayechi - This project is licenced under the Apache-Licence

This project aims at simulating a bionic robotic hand at as many degrees of freedom as possible. In this source code, there is also the functionality of registration embedded as well as a blog functionality.

One thing you must consider when cloning this git repository is, that you have to add an application.properties file at src/main/resources/ with the following lines inserted:

# creates SPRING_SESSION db
spring.session.store-type=jdbc
spring.session.jdbc.initialize-schema=always

# setup PostgreSQL Database
spring.datasource.url=jdbc:postgresql://localhost:3406/binobo_db
spring.datasource.username=postgres
spring.datasource.password=<your-root-pw>
spring.jpa.hibernate.ddl-auto=update
# this can be set to false
spring.jpa.show-sql=true

spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQL92Dialect

# mail config for email-verification
# here you can also change this to any other smtp server
spring.mail.host=smtp.gmail.com
spring.mail.port=587
spring.mail.username[email protected]
spring.mail.password=<your-pw>
spring.mail.properties.mail.smtp.auth=true
spring.mail.properties.mail.smtp.starttls.enable=true

You also must have PostgreSQL-Server installed on your machine and before first starting the project, you must create a database called binobo_db. Once this is done, you are nearly ready to go!

This project is completely open-source, so if you want to change anything in this source-code, just do so by creating a new branch and making a push-request.

Considering the fact, that this is meant to be a diploma work, we please everybody to not change the main propose of this project. This is also mentioned in our licence.

binobo's People

Contributors

psykovski-extended avatar psykovskixyz avatar

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.