StartupUW / suw-web

Main website for StartupUW

Home Page:http://startupuw.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Startup UW Website Redesign

Overview

This is the repository for the new SUW Website. Planning on launch by Winter 2016.

Important links:

Deadlines

We're going to use Github issues to track deadlines, issues, and releases. When you finish your component(s), mark the issue as closed and post the commit SHA as a comment (link it preferrably).

Architecture

Web framework: Express JS

Data store: PostgreSQL 9.4

CI Tools: Git, Github, Shippable

System specifications: AWS t2.micro, Ubuntu 14.04 Linux

Subdomains (TBD):

  • dev.startupuw.com // test environment
  • blog.startupuw.com
  • launch.startupuw.com

TODO

  • Setup dev environment and routing
  • Migrate static content to S3

Philosophy

This website is not only about StartupUW, but about showing our ability to abide by high technical standards of development. When we do things the right way, we'll be more productive, develop faster, and make startupuw.com an example of strong engineering.

Testing and Development

Good overview of CD: Wiki

Testing background info:

Read up about mocking, white box testing, and black box testing. We'll aim for high test coverage of our code so we ensure that the website won't have any downtime due to problems. In particular, we should mock out pieces of data we fetch from external sources, like Facebook, or from a database -- that way we can test locally without having database/API access for each developer.

Development strategy:

  1. Checkout a new branch for whatever feature/bug you are working on.
  2. Write and run tests on a local machine.
  3. Run the server locally and make sure no errors are thrown.
  4. Push the code to a Github branch and wait for the build to pass on CI server.
  5. If the CI build fails, fix whatever broke.
  6. Once your build passes, submit a PR to the master branch. If there are merge conflicts, fix them.
  7. IMPORTANT: try and keep your branches and changes small and testable. It makes it easier to understand and review that way.
  8. dev.startup.uw will be updated to the master branch and will run with a test database. Make sure everything works.
  9. When we're ready for a release, we'll get together and release to production, startupuw.com for minimal downtime.

About

Main website for StartupUW

http://startupuw.com


Languages

Language:CSS 37.0%Language:HTML 30.8%Language:JavaScript 19.9%Language:Python 11.9%Language:Shell 0.3%