Giter Site home page Giter Site logo

rest_survey_app's Introduction

REST Survey App

Developer: Daniil Livitin

Technical Stack:

  • Java, Spring Framework, Liquibase, PostgreSQL, Swagger

How to install project?

In order to install this project locally, proceed with the following steps:

  1. Clone this repository to your machine using command:
    git clone https://github.com/Dablup/REST_survey_app.git

  2. Then, you need to create a database and specify the path to it in the application.properties.
    Note: Path to application.properties: application.properties
spring.datasource.url=jdbc:postgresql://localhost:5432/akvelon
spring.datasource.username=postgres
spring.datasource.password=root
  1. Using the command line, navigate to the root folder of the project and run the command:
mvn clean install
  1. After a successful build, you need to run the command:
java -jar .target/akvelon-0.0.1-SNAPSHOT.jar

or

java -jar target/akvelon-0.0.1-SNAPSHOT.jar

Important points:

  1. To check the documentation of the API, you need to run the project and then follow this link: Swagger Documentation

    image

  2. When you start the project it automatically creates needed tables in database. Besides, it inserts some data to db. It is done with the help of liquibase.

  3. All tests were passed during building the project.

    image

rest_survey_app's People

Contributors

dablup avatar

Watchers

 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.