/spring-reactjs-form-app

It is a simple form app which is using PostgreSQL database. You can add info about user and see under that form.

Primary LanguageJava

About Project

It is a simple form app which is using PostgreSQL database. You can add info about user and see under that form.

Installation

  • First go to terminal and use docker-compose -f docker-compose.yml up -d under resources directory.
  • Go to terminal, under project directory use mvn clean install code. After that use mvn spring-boot:run command.That's it for backend.
  • Then under frontend firectory use npm install, after that use npm start command in terminal.

That's it u r ready to use this project.