bwitherspoon / csd

A composite material recycling database

Home Page:http://compositescrap.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Composite Scrap Database

The Composite Scrap Database (CSD) is a resource to find information on composite scrap, available composite scrap, and existing composite recyclers. Additional information is also provided as an educational tool for technicians and students. This project is a part of the Composites Recycling Technician Education Program (CRTEP).

Dependencies

The following software packages are required:

Getting Started

After MongoDB is installed and configured the user database can be seeded with an initial username and password with the provided bootstrap script:

export MONGODB_URI=mongodb://localhost:27017/csd
export CSD_USERNAME=admin
CSD_PASSWORD=password ./scripts/adduser.js

Additional project dependencies can be installed locally with the Node.js package manager npm:

npm install

The application can also be run using the Node.js package manager npm:

export MONGODB_URI=mongodb://localhost:27017/csd
export PORT=8080
npm start

About

A composite material recycling database

http://compositescrap.herokuapp.com/


Languages

Language:JavaScript 85.6%Language:HTML 13.9%Language:CSS 0.6%