This example shows how to implement a Node.js Express web app using TypeScript REST API. The API enables users' to authentication and manipulations of objects from a MySQL database.
This example shows how to implement a simple Vue using TypeScript Web Application enables data written in the DB visualization using the implemented REST API.
cd typescript-rest-api
cd db
docker compose up
npm install
npm run start
# Compiles and minifies for production
npm run build
# Format the code
npm run format
# Lints and fixes files
npm run lint
cd typescript-vue-app
npm install
npm run serve
# Compiles and minifies for production
npm run build
# Lints and fixes files
npm run lint