Skip to content

Commit

Permalink
more formatting, formatting forever
Browse files Browse the repository at this point in the history
  • Loading branch information
LizTheDeveloper committed Mar 28, 2015
1 parent 096a7ff commit 9c3b974
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions server/mailing_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
So we’re building a mailing list. This document should help you:

* Know what you need to know

* Make a plan

* Know what to do when you get stuck

## What is this project?
Expand All @@ -15,29 +13,19 @@ We’re going to be building a site that functions like many startups you've see
**Main Requirements:**

* Collect users’ email addresses and a timestamp

* Saves users' email addresses in a database

* Sends an email to users when they sign up

* Sends an email to users a day after they sign up

* Sends an email to users a week after they sign up

**Stretch goals:**

* Admin user can log in with google

* View all email addresses

* Compose a message

* Save that message to disk for further use

* Send a message to all users right now

* Send a message to all users some amount of time after they sign up

* View the schedule of emails

Seems simple, right?
Expand Down
2 changes: 1 addition & 1 deletion server/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ npm install -g lololodash
```

Now it's time to start using express.js. We'll be working on these exercises:
**3** [Mailing List](mailing_list.md) - Should take you 3 to 4 days to complete
**3** [Mailing List](mailing_list.md) - Should take you a week to complete
**4** [Persistence Layer (continuation of another project)](persistence_layer.md) - Should take 2 days to complete

0 comments on commit 9c3b974

Please sign in to comment.