iradukunda1 / back-end

This the back end of my vuex and vue ui deesign

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CRUD REST_API NODE JS

Code style

The style-guide is ESlint-airbnb, and it uses prettier for frommating code. To enable VS Code + ESLint + prettier follow the steps below:

  • Text editor VSCode
  • In VS Code, Ctrl + Shift + X
  • Search and install ESLint
  • Search and install Prettier Code Formatter
  • Restart VS Code.

Getting Started

Clone the latest version of the repository

https://github.com/iradukunda1/back-end/.git

Change directory

cd into the project directory

Install the project's dependencies with

yarn or npm install

Start the application

yarn start or yarn run dev

About

This the back end of my vuex and vue ui deesign


Languages

Language:JavaScript 99.3%Language:Shell 0.7%