Skip to content

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.

Notifications You must be signed in to change notification settings

abdigneer/aliotosale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks