Microblogging website using a server.
To install the project:
- Clone the project
- Run
npm install
to setup package dependencies - Install tape with
npm i -D tape
- Run
npm test
- Thought it was a good idea to group mob the
⚠️ WHOLE⚠️ server: - Optimist: "Yeah we can knock that out in 15" Rest: "yeah mate yeah"
- SO, we got frazzled.
- Finished off the server and wisely split into pairs
- Worked on refactoring the server and tests
- In the afternoon we focused on CSS and Heroku
🐸
Testing, testing 123.
- A page with a form to submit posts, and a page showing all posts
- All static assets served correctly
- Tests for each server route
- Responsive, mobile-first design
- [] Ensure your app is accessible to as many different users as possible
- [] Stretch goal: As an impulsive person, I want to delete my posts so nobody can see them anymore
- Apply server to real life example
- 404 page
- Get a vague idea of what's going on
- Stop getting noded
- Group mobbing - mob mentality
- Test redirects
- Applying workshops to real life examples
- Make sure you pair with everyone
- E1 Simple task know how to do
- E2 Easy task but may require brushing up lightly on topic
- E3 More challenging. May need solid reading time
- E5 Almost completely new topic or feature which requires spike
- P1 Highest Priority - Core user stories
- P2 Medium Priority - Stretch user stories
- P3 Low Priority - Additional stretch user stories