This is the repository for the new SUW Website. Planning on launch by Winter 2016.
Important links:
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).
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):
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.
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: