Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 636 Bytes

README.md

File metadata and controls

45 lines (30 loc) · 636 Bytes

Welcome to Vue Crud 👋

API repository

Getting Started

  • These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • What things you need to install the software and how to install them
Docker and docker-compose or node

Installing

  • Step by step
docker-compose run node sh
npm install
create .env.js through env.example.js
docker-compose up -d
  • Step by step node
npm install
npm run serve