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

asuc-octo/aavp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Configuration

Setup Instructions:

  1. Clone down repo from GitHub
  2. Make a new branch:
  • git checkout -b 'new-branch-name'
  1. mongoDB:
  • Install mongoDB if not already installed
  • Create data directory: $ sudo mkdir -p /data/db
  • Set permissions: $ sudo chown -R 'your-computer-username' /data/db
  1. Node
  • Install packages / dependencies $ npm install
  • run server $ npm start
  1. Making changes to code:
  • ctrl+c to quit server
  • to build changes $ npm run build
  • start server again $ npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published