Skip to content
This repository was archived by the owner on Jan 25, 2024. It is now read-only.

googleinterns/step58-2020

Repository files navigation

Yellow Brick Code

Yellow Brick Code Logo

About

This repo contains the source code for La'Zshane', Nick, and Ife's STEP capstone project. Yellow Brick Code is a web app that aims to teach coders to write healthy and maintainable code.

Contributors

Authors:

Hosts:

Build Instruction

npm install

Deploy Instruction

gcloud app deploy

Add Dependency Instruction

For application dependency:

npm install <package-name>

For development dependency:

npm install <package-name> --save-dev

Current Scripts

Run test cases:

npm test

Run server locally:

npm start

Project Structure

/app.js             : Entrypoint for the server. Mostly serve to handle routing with the complicated task being handled by /modules/
/app.yaml           : Configurations used when deploying on Google AppEngine
/cloudbuild.yaml    : Specifies what build check should be done for pull requests, such as making sure all test cases pass
/html/              : Client side HTML files
/lib/               : Client side libraries
/modules/           : Server side NodeJS modules
/package.json       : Configurations and scripts of this project
/scripts/           : Client side JavaScript files
/stylesheets/       : Client side CSS files
/test/              : Test files used to test /app.js and /modules/

About

STEP Capstone Project: Yellow Brick Code

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors