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

computersarecool/nightwalker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NightWalker

The MEAN web app for NightWalker.clothing

Description

What is NightWalker?

A colorful clothing line

NightWalker is a colorful clothing line that explores the future while paying homage to the past.

Inspired by the 80s. Designed in 3D.

This is the code for the original NightWalker MEAN Web App. The NightWalker website no longer uses this code.

Additionally this repo is archived and for observation purposed only.

The rest of this README is just notes about how to use the code.

To actually buy something from NightWalker go to NightWalker.clothing

Cherry Flavor Nectarine Flavor Lemon Flavor Apple Flavor Electricity Flavor Plumn Crazy Powder Flavor Proton-Powder

The official color values of NightWalker's Cherry, Nectarine, Lemon, Apple, Electricity, Plum Crazy, Powder and Proton Powder flavors

Tested On

  • Ubuntu Linux 16.04

To Use

To start the development database:
mongod --dbpath /data/db/nightwalker &>/dev/null &
To add content to database:
    # From the database directory
    # Test:
    mongo localhost:27017/test ./inventory.js

    # Production:
    mongo localhost:27017/production ./inventory.js
Deployment scripts:
    # Copy service files to /etc/systemd/system
    npm run-script copyServices
    
    # From the client directory run with: gulp
    prep, cdnMin, aws

    # Use something like systemctl to start / stop / monitor

Project Structure

  • client contains the front-end code
  • server contains the server code
  • database contains the database code

Functionality

  • This repo contains all of the code required to run the entire web application (server / client / database)

Extra Notes

This project was written in / uses:

MongoDB 3.2
Express 4
Angular 1.5 
Node ^6.9
ECMAScript 2015

This app was developed entirely with free and open source software. Thank you to everybody who worked on the code this project uses including:

License

©️ Willy Nolan 2017

MIT License

About

The MEAN web app for NightWalker.clothing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published