CTM is starting a new marketing campaign to let people know about our new widgets. Using a IDE of your choice, complete the following:
- A RESTful api that will record in a database:
user's email
- opt-in
- first name
- last name
- Database schema: Show SQL create table statement
- Bonus: Allow a person to opt out of the email campaign
We will be evaluating the following categories:
- API Functionality
- Code Quality
- Database Schema
- Unit Test
- Documentation