Code Monkey home page Code Monkey logo

assesment's Introduction

Assesment

  1. Clone the project from https://github.com/amanverma94/Assesment

  2. Import the project in IDE as a Maven project

  3. Create a schema in Database

  4. Update the database configuration in '../Assesment/src/main/resources/application.properties'

  5. Build the project

  6. Run the Spring boot application

  7. Once server is up and running, open you browser and navigate to the url - 'http://localhost:8080/api/swagger-ui.html'. We can check all our APIs on the browser itself and won't require any other application like PostMan etc.

  8. It is suggested to change the property 'spring.jpa.hibernate.ddl-auto' to 'update' from 'create' in application.properties file, so that the data won't get inserted again to the DB when staring the application again and the application can start instantly.

Note: Application may take several minutes to start as thousands of rows get inserted in application on start up (when 'spring.jpa.hibernate.ddl-auto=create')

assesment's People

Contributors

amanverma94 avatar averma94 avatar

Watchers

James Cloos avatar  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.