yuhsiang237 / Order-System-Plus

Order-System-Plus
MIT License
0 stars 0 forks source link

Order-System-Plus

example workflow example workflow

The Order System Plus is builded by front-end and back-end separation. The frontend is Vue3 with Typescript, and the backend is .NET Core API, which contains unit test to assist system work correctly.

DEV

Backend Dev:

1. Use Visual Studio 2022 
2. Open OrderSystemPlus.sln

Fronted Dev:

1. Use Visual Studio Code
2. cd OrderSystemPlus/OrderSystemPlus/App/
3. npm install
4. npm run dev