Skip to content

Java/Spring API connected to an AngularJS/Bootstrap UI that performs CRUD operations on a database.

Notifications You must be signed in to change notification settings

LeonKnights/java-spring-crud-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

README

What is this repository for?

  • Create, Read, Update, Delete, items from a database via UI/API

How do I get set up?

  • Configuration:

    • Install Java 7+
    • Install Apache Tomcat web server locally
  • Database configuration: app will be connect to a hosted MYSQL database on Google Cloud SQL.

  • How to run tests:

    • Gradle script executes tests by default when building project
    • Manually: Go to src/test/java * Right click > run all tests | or execute a single unit test
  • Deployment instructions:

    • Drop .war file in your local Tomcat's /webapps directory.
      • ex: C:/apache-tomcat-7.0.63/webapps/java_spring_crud_app_1_0.war
    • Start Tomcat server, visit localhost:8080/war_file_name/ to view app
  • Repo owner or admin: Leon Knights

About

Java/Spring API connected to an AngularJS/Bootstrap UI that performs CRUD operations on a database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published