Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

SteffeyDev/salu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published