Skip to content

julie-thiebaut/typescript-vue-crud-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

typescript-vue-crud-app

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.

Launching the REST API

cd typescript-rest-api

Set up the database and integrate seeds

cd db
docker compose up

Run the app

npm install
npm run start

Other commands

# Compiles and minifies for production
npm run build

# Format the code
npm run format

# Lints and fixes files
npm run lint

Launching the application

cd typescript-vue-app

Run the app

npm install
npm run serve

Other commands

# Compiles and minifies for production
npm run build

# Lints and fixes files
npm run lint

About

Vue Typescript Web App: CRUD Application consuming a REST API made with TypeScript and Express

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages