Skip to content

lkaileh/stackets

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stackets

Stackets provides boilerplate code snippets for full stack developers in need of a quick code reference to accomplish a specific task

Team

  • Product Owner: Danya D. Smith
  • Scrum Master: Jason Kim
  • Development Team Members: Lou Kaileh, Joanna Wheeler

Table of Contents

  1. Usage
  2. Requirements
  3. Development
    1. Installing Dependencies
    2. Tasks
  4. Team
  5. Contributing
  6. Documentation

Usage

Snippet Users

Visit http://stackets.herokuapp.com and search for a term or keyword that describes the snippet of code you need. Once you have identified the appropriate snippet in search results, navigate to the snippet page to copy-and-paste the snippet, read the explanation, or review the code samples.

Content Contributors

You can contribute to Stackets by:

  • Adding new snippets
  • Adding code samples to existing snippets
  • Creating or improving snippet explanations

Requirements

  • AngularJS 1.6.x
  • NodeJS + Express
  • MySQL + Sequelize
  • Bootstrap
  • etc

Development

Installing Dependencies

From within the root directory:

sudo npm install -g bower
npm install
bower install

Roadmap

View the project roadmap here

Contributing

See CONTRIBUTING.md for contribution guidelines.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 71.1%
  • JavaScript 24.1%
  • HTML 4.8%