Skip to content

Latest commit

 

History

History
78 lines (52 loc) · 1.82 KB

README.md

File metadata and controls

78 lines (52 loc) · 1.82 KB

Todo APP CRUD API with VueJS 🚀

Table of Content

About The Project

App Screenshot App Screenshot App Screenshot App Screenshot

Description

This project is for a full CRUD of a task app. For the application to perform the CRUD operations, it must do so through requests to an API that I made with Flask, also to make these requests I used the Axios library and for the UI I used Vuesax.

Built With

VueJS

Installation

  1. Clone the repo and change "my-project" to your project name.
  git clone https://github.com/josemiguel02/crud-api-todo-app.git ./my-project
  1. Go to the project directory
  cd my-project
  1. Install NPM packages
  npm install

Usage

Run the project in development

  npm run serve

Build the project

  npm run build

Demo

Contact