sanderdsz / work-orders

A small CRUD for work orders made with Vue and Springboot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

Organize your orders

Made by Sander GitHub language count Frontend Backend

πŸ’» Web and Server

Web Server

πŸ”₯ Live Demo

Server

Start the server before the web client

Web

πŸ”– About

The Work-orders is a web app made to manage to apply CRUD options into a small work orders list.

πŸš€ Tech Used

This project was made with the following technologies:

βœ”οΈ How to

  1. Clone the repo :
  $ git clone https://github.com/sanderdsz/work-orders.git
  1. Execute the app:
  # Install all dependencies for the web client
  $ cd client
  $ npm install

  # Start the server API
  $ cd ./sources/server
  $ mvn spring-boot:run
  # You also can run via your IDE into your main class 
  $ com.sander.betha.BethaApplication

  # To use the local server go to the path below and follow the instructions
  $ cd ./sources/client/src/services
  $ vim config.js

  # Start the web application
  $ cd ./sources/client
  $ npm run serve

πŸ“ License

This project is under MIT license. LICENSE

πŸ“¬ Get in touch!

Website - Sander Zuchinalli     Linkedin - Sander Zuchinalli     Email - Sander Zuchinalli

About

A small CRUD for work orders made with Vue and Springboot

License:MIT License


Languages

Language:Vue 47.7%Language:Java 38.9%Language:JavaScript 6.8%Language:HTML 6.3%Language:CSS 0.4%