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.
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