Giter VIP home page Giter VIP logo

database-project's Introduction

Survey platform - system ankieterski

description of the project

The platofrm allows you to pose a closed question, and answer others questions. The user is free to chose the number of possible closed answers. You can search for a question that interests you, just type a part of the content of the questions. System generates also charts showing the collected data in an interesting way.

opis projektu

Strona umożliwia zadawanie zamkniętych pytań i odpowiadanie na cudze pytania. Użytkownik ma możliwość wybierania liczby możliwych zamkniętych odpowiedzi. Można również wyszukiwać interesujące pytanie, wystarczy wpisać fragment jego treści. System generuje również wykresy pokazujące zebrane dane w ciekawy sposób.

Screenshots / Zrzuty ekranu

Adding questions - just fill up the form.

Dodawanie pytań - po prostu wypełnij formularz. You can add qouestion

Filtering questions - type some part of content of questions that interest you - you will see all the results. You can also choose for your query a phrase fromt the list.

Filtrowanie pytań - napisz fragment treści pytań, które Cię interesują - zobaczysz wszystkie wyniki. Możesz również wybrać do swojego zapytania wyrażenie z listy. You can search for qouestion

Displaying the statistics - type some part of content of the question that interest you - you will see the most accurate result.

Wyświetlanie statystyk - napisz fragment treści pytania, które Cię interesuje - zobaczysz najtrafniejszy wynki. You can see the statistics

How to run the app / Jak uruchomić aplikację

Building the frontend continuously

In the main folder run:

npm install && npm run watch

to have your code be compiled constantly (found under src/main/js)

Building the backend and running it

Just use the gradle wrapper

./gradlew bootRun

If you want to reload the application after doing some changes, run (while the above is still running, in another terminal): However it usually doesn't work (it works for single page apps), so you have to kill and revoke the above

./gradlew compileJava

Opens here: http://localhost:8080/

Running mongodb in docker

The easiest way to run mongodb is via a Docker container. Run: (First time)

sudo systemctl start docker
docker run -it -p 27017:27017 --name mongo mongo

(later)

sudo systemctl start docker
docker run -it -p 27017:27017 mongo

###Technologies / Technologie

Mongodb + React + Spring Boot

MongoDB CRUD app with Spring Boot and ReactJS front-end

Platform uses database "testdb":

Database

Json view:

Database

Aleksandra Cynk Olena Obertynska

database-project's People

Contributors

fsiody avatar latropos avatar

Watchers

 avatar

Forkers

fsiody

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.