ahmarulabdi / aliotosale

An Cars Inventory basic system arranged with Java Spring Framework as a back-end and Angular as front-end, hope you guys can learning something.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ALIOTOSALE

DEV spec tu run this app :

  1. Java version >= 8
  2. Maven
  3. IDE like Spring Tool Suite (Eclipse), Netbean, Intellij, dll.
  4. node js
  5. npm
  6. Angular CLI
  7. MySQL Database

Database MySQL localhost:3306

  • create database mysql named aliotosale

Backend Javaspring Spring Boot localhost:8080

  • compile project and run mvn clean install & mvn spring-boot:run
  • if you use IDE IntelliJ IDEA compile and run like proccess bellow does't needed, because IDE prepared it all
  • rest api doc use Swagger and Swagger UI at http://localhost:8080/swagger-ui.html#/
  • you can look database connection at application.property

Frontend Angular 8 localhost:4200

  • run npm install at src/main/frontend for angular and dependencies installation
  • run ng serve for build in server by Angular CLI

About

An Cars Inventory basic system arranged with Java Spring Framework as a back-end and Angular as front-end, hope you guys can learning something.


Languages

Language:Java 44.6%Language:TypeScript 43.8%Language:HTML 8.1%Language:JavaScript 3.1%Language:CSS 0.3%