SteffeyDev / salu

Salu Contact Manager

Home Page:https://salu.pro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Salu Contact Manager

Completed website: Salu.pro

This is a project built for a Processes of Object Oriented Software Development course in the spring of 2019. It was completed as part of an assignment and is now no longer under active development. The website will remain functional until at least January 2020, at which point the domain may or may not be renewed. If not renewed, this site may remain available as a subdomain of another domain.

Front-end (Vue.js)

Setting up Development Environment

  • Install Node.js
  • Install yarn
  • Install Vue-cli
  • Navigate to front-end folder: $ cd front-end
  • Install packages: $ yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Lints and fixes files

yarn run lint

Customize configuration

See Configuration Reference.

Back-end (MongoDB & Node)

Setting up Development Environment

  • Install Node.js
  • Install yarn
  • Navigate to back-end folder: $ cd front-end
  • Install packages: $ yarn install

Starting the Server

./run_server

Testing API Endpoint

Use Postman or cURL

About

Salu Contact Manager

https://salu.pro


Languages

Language:Vue 54.8%Language:JavaScript 43.4%Language:HTML 1.8%