Skip to content

zulfyadhie/ai-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AI Assignment

This application is developed for AI assignment.

Technology used

  1. Spring boot
  2. Spring data JPA (hibernate as provider)
  3. Spring security
  4. Spring MVC
  5. Thymeleaf
  6. PostgreSQL database

Installation

  • Restore "assignment database"
psql -U postgres assignment < initial_data.sql
  • Open application.properties and set username, password, and database name with correct name.
  • run application
mvn spring-boot:run
  • Open browser and type
http://localhost:8080
  • Login with username and password "admin"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published