The MEAN web app for NightWalker.clothing
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
The official color values of NightWalker's Cherry, Nectarine, Lemon, Apple, Electricity, Plum Crazy, Powder and Proton Powder flavors
- Ubuntu Linux 16.04
mongod --dbpath /data/db/nightwalker &>/dev/null &
# From the database directory
# Test:
mongo localhost:27017/test ./inventory.js
# Production:
mongo localhost:27017/production ./inventory.js
# 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
client
contains the front-end codeserver
contains the server codedatabase
contains the database code
- This repo contains all of the code required to run the entire web application (server / client / database)
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:
©️ Willy Nolan 2017